A simple 3D graphics engine.
To use the engine, you will need:
To generate documentation and a simple demo, you will also need:
On Linux, you can install these with your package manager.
- using
apt
:
apt-get install doxygen g++ libglew-dev libglfw3-dev libglm-dev libsoil-dev make
- using
pacman
:
pacman -S doxygen gcc glew glfw glm make soil
To generate the documentation, run:
make docs
To build and run the demo, run:
make demo
demo/bin/demo