3D engine using the Glew library on OpenGL.
Project: https://github.com/Bermellet/RoadToEngine
By Bermellet
Execute the .exe file to use the engine.
Controls: Hold right click to enable movement.
- WASD to move around
- QE to move up/down
- Mouse movement to look around
All the C++ libraries are added to the repository and should be detected automatically when compiling in Visual Studio.
The engine is able to load the given models and changing between them without problem.
The drag-and-drop functionality of .gltf models has been implemented.