battle
battle copied to clipboard
:gem: Sonic Battle (GBA) renderer

About
This is a reverse-engineered re-creation of the Sonic Battle 3D Game Boy Advance renderer.
Links:
Libraries
- Built with the oryol framework
- stb_image library for loading
.pngfiles - pystring for parsing the level data files
Building
stb_imageandpystringare header-only libraries and are already included in this repository. The only dependency you will need to set up is theoryol/fipsecosystem.- The project was tested for fips'
win64-vstudio-debug(Visual Studio 2017) andwebgl2-wasm-ninja-releaseconfigurations.