D:GameVFS 0.2
Kiith-Sa via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Thu Aug 7 12:16:16 PDT 2014
D:GameVFS is a (very) minimal virtual file system library for
game development.
https://github.com/kiith-sa/D-GameVFS
I updated D:GameVFS to work with DMD 2.066 and put it on DUB.
There are no
major changes, just a bunch of small features I added over time
as I use it.
Note that at this point this isn't hugely useful. The only VFS
backend that is implemented is... plain FS (I expect to implement
a zip backend once I need it), the main useful feature is
directory stacking (i.e. treating files in multiple directories
as if they were one directory, where files from directories up
the stack override those from directories below).
As always, the API is not stable.
GitHub release with changelog:
https://github.com/kiith-sa/D-GameVFS/releases/tag/v0.2.0
API docs: http://defenestrate.eu/docs/dgamevfs/index.html
DUB registry: http://code.dlang.org/packages/dgamevfs
More information about the Digitalmars-d-announce
mailing list