Awesome
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
.png
files - pystring for parsing the level data files
Building
stb_image
andpystring
are header-only libraries and are already included in this repository. The only dependency you will need to set up is theoryol
/fips
ecosystem.- The project was tested for fips'
win64-vstudio-debug
(Visual Studio 2017) andwebgl2-wasm-ninja-release
configurations.