An object-oriented Game Boy Advance 3D soft engine concept
Go to file
wgroeneveld c6374b6e59 PerspectiveFovLH with fx2lut impl 2020-07-08 20:54:56 +02:00
demos/demo1-wireframes fixed point math, vectors, initial matrix 2020-07-08 18:12:38 +02:00
engine PerspectiveFovLH with fx2lut impl 2020-07-08 20:54:56 +02:00
test PerspectiveFovLH with fx2lut impl 2020-07-08 20:54:56 +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.