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.
|
4 years ago | |
---|---|---|
dll | 5 years ago | |
include | 4 years ago | |
lib | 5 years ago | |
shaders | 4 years ago | |
src/engine | 4 years ago | |
.gitignore | 4 years ago | |
Doxyfile | 4 years ago | |
OpenGL Engine.sln | 4 years ago | |
README.md | 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