An object-oriented Game Boy Advance 3D soft engine concept
Go to file
wgroeneveld a38f1eeddd view/projection/world matrices, first attempt to glue everything together 2020-07-09 13:29:02 +02:00
demos/demo1-wireframes view/projection/world matrices, first attempt to glue everything together 2020-07-09 13:29:02 +02:00
engine view/projection/world matrices, first attempt to glue everything together 2020-07-09 13:29:02 +02:00
test view/projection/world matrices, first attempt to glue everything together 2020-07-09 13:29:02 +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.