Rigid3D icon indicating copy to clipboard operation
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 gmake
  • make config=debug
  • make config=release

GTest Unit Tests

  • cd build
  • premake4 --file="gtest.lua" gmake
  • make config=debug
  • make config=release