April 30, 2023
Using SDL2 to mount an archive from the Android APK assets with PhysicsFS
Introduction The C++ game engine that I’ve been working on stores game data in a custom binary archive that I mount using PhysicsFS in order to access individual files.
On the desktop version of the …