From 162e7a7fb0acb57b44a62dc446204e7195b0cd33 Mon Sep 17 00:00:00 2001 From: Luka Jankovic Date: Sat, 26 Jul 2025 22:22:20 +0200 Subject: [PATCH] updated readme --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd94387..997f3e6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Simple, fast interior design program. ## Compiling -Kubo is compiled using cmake and depends on raylib: +Kubo is compiled using cmake. ``` $ mkdir build; cd build @@ -12,3 +12,26 @@ $ cmake .. $ make $ ./kubo ``` + +### Dependencies + +* raylib (will be downloaded by default unless specified otherwise) +* libcyaml + +## Status + +### Working + +* wall rendering +* scene file management +* basic command framework + +### In progress + +* pan + +### TODO + +* grid snapping +* wall spline editing +* obj file loading, rendering