Skip to content

dustin-biser/Rigid3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

3D Graphics Engine for Real-Time Applications. Written in C++ and OpenGL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages