kosmonet / argon

the argon roguelike engine
GNU General Public License v3.0
0 stars 0 forks source link

Create a virtual filesystem #4

Closed kosmonet closed 8 months ago

kosmonet commented 9 months ago

Map the folder structure on disk to a virtual folder structure that the engine can safely use internally. It should support loading multiple game modules and compressed folders.

kosmonet commented 8 months ago

Loading from zip archives to be improved in the future: read stream directly from file without extracting.