Skip to content

3D graphics engine made with OpenGL & Lua embedded

Notifications You must be signed in to change notification settings

adriankiezik/3dengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Required to run:

  • GPU that supports OpenGL 3.3
  • cmake (>= 3.10)
  • glfw (>= 3.3)
  • assimp

To run:

  • mkdir build
  • cd build/
  • cmake ..
  • cmake --build .
  • Run compiled executable

About

3D graphics engine made with OpenGL & Lua embedded

Resources

Stars

Watchers

Forks

Releases

No releases published