vengi-voxel / vengi

free and open source voxel art tools - editor, thumbnailer and format converter
http://vengi-voxel.github.io/vengi/
Other
1.05k stars 87 forks source link

IO: add Archive support to Filesystem class #434

Closed mgerhardy closed 1 month ago

mgerhardy commented 3 months ago

We should directly create ReadStreams in the Filesystem class and also be able to register Archives here - this would allow for other directories (FilesystemArchive) but also for zip files (ZipArchive) to be registered and read from without unpacking the content. This is e.g. used in voxconvert for --input - here we extract the whole zip file to operate on the files.

mgerhardy commented 1 month ago

with the merge of #460 this is obsolete now.