An object-oriented Game Boy Advance 3D soft engine concept
Go to file
wgroeneveld fa4aa10d14 matrix debug string stuff 2020-07-09 20:44:25 +02:00
demos/demo1-wireframes fixes fixpt rendering, make things refs as much as possible 2020-07-09 15:48:03 +02:00
engine matrix debug string stuff 2020-07-09 20:44:25 +02:00
test fixes fixpt rendering, make things refs as much as possible 2020-07-09 15:48:03 +02:00
.gitignore initial commit, stripped-down version of gba-sprite-engine 2020-07-08 09:05:02 +02:00
CMakeLists.txt initial commit, stripped-down version of gba-sprite-engine 2020-07-08 09:05:02 +02:00
LICENSE Initial commit 2020-07-08 08:28:45 +02:00
README.md initial commit, stripped-down version of gba-sprite-engine 2020-07-08 09:05:02 +02:00

README.md

A high-level object-oriented Game Boy Advance bitmap 3D software engine

Engine layout: stripped-down version of https://github.com/wgroeneveld/gba-sprite-engine/

Work in progress, using mode4 to create a software 3D engine from scratch.