/OpenGL_3DScene

Coursework for BSTU Voenmeh. Simple scene made on OpenGL 4.6 using assimp for model loading, soil2 for textures creating, glfw for setting window

Primary LanguageC++

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.