Skip to content

Implementation of a 3D engine renderer with basic functions

Notifications You must be signed in to change notification settings

quentin-riffault/opengl-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opengl-api

Implementation of a 3D engine renderer with basic functions

Prerequisites

Make sure that every prerequisite is fulfilled.

  • GLFW
  • GLEW
  • GLM
  • OpenGL

Build

cd build
cmake ..
make Opengl_Boilerplate

Note: You might have to fiddle with the CMakeLists.txt file as dependencies might not be the same.

About

Implementation of a 3D engine renderer with basic functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages