About • TODO • Examples • TODO • TODO •
My intention with this project is to write a simple graphics/game engine using OpenGL (for now, maybe later, I will add Vulkan), using the least number of third-party libraries I can. For example, I am writing my GLTF importer to load and display models onto the screen. I am doing this because I want to learn as much as possible about the core principles of graphics programming.
requirerments:
- Visual studio 2022
- Premake installed
- Only works in windows
how to run:
- clone repo and execute GenerateProject.bat file, it should work fine
Model created by: aliyeredon (https://sketchfab.com/aliyeredon).
Model created by: lildrstrange11 (https://sketchfab.com/lildrstrange11).
1. Interface
- implement mouse locking when in ImGui space
2. Rendering
- FILL THIS PART