This is a draft of a simple engine, I wrote during xmas-NYE break in Nabla.
The app written in main.cpp is basically small test for the engine. All the other source files are engine code.
In order to build, first clone Nabla, then close this repo into examples_tests
directory.
Then add add_subdirectory(kris EXCLUDE_FROM_ALL)
to examples_tests/CMakeLists.txt
and generate Nabla project files with examples.
Sorry for this complicated, kinda weird steps. I don't have time to set it up properly or even add Nabla as a submodule.