Cross-platform 3D renderer with OpenGL. Supports lighting, shadows, and model loading. Full scene editor with ImGUI.
- A C++ compiler (e.g., GCC, Clang, MSVC)
- CMake
- Get the code
git clone https://github.com/CatB1t/Aker.git
- In the project directory, create a directory
build
- in the
build
directory, runcmake -S ../
- Phong Lighting
- Scene Editor
- Model Loading
- Shadow mapping