GrooveStomp's 3D Software Renderer  0.1.0
Developing GrooveStomp's 3D Software Renderer

Dependencies

Build

make
make debug
make release

By default the release target is built. make release outputs to release/ and make debug outputs to debug/

Run

./release/demo # If built with "make" or "make release"
./debug/demo # If built with "make debug"

Test

There are no tests at this point,

Documentation

Doxygen is used to generate sourcecode documentation. Use the docs make target to generate Doxygen output in the docs/ directory.

make docs