Skip to content

EngineGL is a small 3D/game engine written in C++ using SDL and OpenGL. It's still really primitive, and parts of it are still sloppy, but it works and the camera class is very cleanly written.

Notifications You must be signed in to change notification settings

tmarcu/EngineGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EngineGL

EngineGL is a small 3D/game engine written in C++ using SDL and OpenGL. It's still really primitive, and parts of it are still sloppy, but it works and the camera class is very cleanly written.

Updates

5/9/2015

  • Model loading from specified (.OBJ) file
  • All models created through VAO/VBO's
  • Modern OpenGL Shader support
  • Modern OpenGL (custom) matrix stack
  • Full no-clip FPS camera

About

EngineGL is a small 3D/game engine written in C++ using SDL and OpenGL. It's still really primitive, and parts of it are still sloppy, but it works and the camera class is very cleanly written.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published