Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 383 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 383 Bytes

Luna

I wrote this to learn the fundamentals of realtime rendering engines. It's essentially a bare bones rendering engine and fully tested linear algebra library from scratch.

Tech

C++ Opengl Glsl

Build instructions

This project uses cmake. On linux, simply run the dependency script:

./ubuntu_linux_deps.sh

Then use the root CMakeLists.txt file to configure your project.