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.