A .NET Standard wrapper around the PhysFS IO library
Go to file
Francesco Bertolaccini aa6b3c9d9e Merge remote-tracking branch 'refs/remotes/origin/master' 2016-01-28 19:03:03 +01:00
SharpPhysFS Add version and copyright info 2016-01-28 18:46:28 +01:00
Test Add Test project 2016-01-28 18:49:32 +01:00
.gitattributes Initial commit to add default .gitIgnore and .gitAttribute files. 2016-01-27 18:57:32 +01:00
.gitignore Initial commit to add default .gitIgnore and .gitAttribute files. 2016-01-27 18:57:32 +01:00
LICENSE.md Added README and LICENSE files 2016-01-27 19:05:23 +01:00
README.md Added README and LICENSE files 2016-01-27 19:05:23 +01:00
SharpPhysFS.sln Add Test project 2016-01-28 18:49:32 +01:00

README.md

SharpPhysFS

PhysicsFS wrapper for .NET

This library is a wrapper around the PhysFS library designed to work with .NET languages. As such, it employs standard .NET behaviors such as Exceptions and IEnumerables to represent native objects. It also provides access to the underlying low-level methods and a Stream subclass for easy use of the APIs.

The documentation for the methods is copied from the original doxygen and only slightly adapted.