Rigid3D
Rigid3D copied to clipboard
3D Graphics Engine for Real-Time Applications. Written in C++ and OpenGL
Rigid3D
Dependencies
- freeimage
- glfw3
- glm
- GLEW
- GL
Building Libraries (Linux)
Building the library currently requires premake4, a free program you can download from here: http://industriousone.com/premake
Rigid3D and Examples
- from root folder of project
premake4 gmakemake config=debugmake config=release
GTest Unit Tests
- cd build
premake4 --file="gtest.lua" gmakemake config=debugmake config=release