Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 601 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 601 Bytes

OpenGL_3DScene

Coursework for BSTU Voenmeh
You are free to use this project

Project was done and tested on OpenGL 4.6.
Using glew package for accessing and setting up openGL.
GLFW package used for creating window.
GLM package used for opengl mathematics.
Assimp library used for model loading https://github.com/assimp/assimp.
SOIL2 library used for creating textures from image files https://github.com/SpartanJ/SOIL2.
ImGUI used for debugging https://github.com/ocornut/imgui


Inspired by https://learnopengl.com/ tutorials.