itch.io is community of indie game creators and players

Devlogs

Virtual Filesystem!

Rurik Framework
A downloadable framework for Windows

Hi,

today I've managed to revamp the whole asset management code and wrote a very basic packaging format.

How to add assets?

Assets are annotated by files located in `tags` directory. These use JSON format to describe which assets should be packed into the package file. Later on, small asset editor will be developed to easily manage files you wish to add to the archive.

How do the assets get packed?

The engine itself performs the packing job on Development build. It automatically reads the annotation file and packs all the data into a single binary file.

Will you add compression/encryption?

I plan to support both features later on.

Thanks!

Download Rurik Framework
Leave a comment