updated readme

This commit is contained in:
Luka Jankovic 2025-07-26 22:22:20 +02:00
parent 3ee35c7f23
commit 162e7a7fb0

View file

@ -4,7 +4,7 @@ Simple, fast interior design program.
## Compiling ## Compiling
Kubo is compiled using cmake and depends on raylib: Kubo is compiled using cmake.
``` ```
$ mkdir build; cd build $ mkdir build; cd build
@ -12,3 +12,26 @@ $ cmake ..
$ make $ make
$ ./kubo $ ./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