From 4fd6900a4ba1175fccac85fd37878e8cb4f00027 Mon Sep 17 00:00:00 2001 From: 0undefined Date: Wed, 26 Feb 2025 14:53:05 +0100 Subject: Add readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..662407e --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Engine testing repository + +This repo serves as testing grounds for feature development of the daw engine. + +Building requirenments are the same as the engine itself, ie. assimp, glad, +glfw, and stb. + +building currently requires building as shared library / debug build: + +``` +cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug +cmake --build build +``` + +running: +``` +LD_LIBRARY_PATH=build ./build/rogue +``` -- cgit v1.3