A crude and small graphics-engine I've made during computer graphics courses in late 2018.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
PHENOM 8dae60bc16 Anonymized files. 4 years ago
dll Added Freetype, SOIL, Reordered directory structure 5 years ago
include Added imgui, basic lighting system, Doxygen file, seperated the engine as static library from the game project 4 years ago
lib Added Freetype, SOIL, Reordered directory structure 5 years ago
shaders Added imgui, basic lighting system, Doxygen file, seperated the engine as static library from the game project 4 years ago
src/engine Anonymized files. 4 years ago
.gitignore Added imgui, basic lighting system, Doxygen file, seperated the engine as static library from the game project 4 years ago
Doxyfile Added imgui, basic lighting system, Doxygen file, seperated the engine as static library from the game project 4 years ago
OpenGL Engine.sln Anonymized files. 4 years ago
README.md Anonymized files. 4 years ago

README.md

OpenGL-Engine

A crude and small graphics-engine I've made during computer graphics courses in late 2018. Supports a variety of different Lighting types (Spotlights, Directional lights and Pointlights), dynamic recompiling of Shaders when the amount of Lightsources change, some basic primitive geometric shapes and a camera system. But sadly this project is unfinished in its current state.

Dependencies

  • SOIL
  • ASSIMP
  • GLEW
  • GLFW3
  • Freetype
  • imgui