kubo/README.md
2025-08-30 21:41:24 +02:00

39 lines
496 B
Markdown

# Kubo
Simple, fast interior design program.
## Compiling
Kubo is compiled using cmake.
```
$ mkdir build; cd build
$ cmake ..
$ make
$ ./kubo
```
### Dependencies
* raylib (will be downloaded by default unless specified otherwise)
* libcyaml
## Status
### Working
* wall rendering
* scene file management
* basic command framework
* pan (teseting needed)
* grid (limited size)
* snap
### In progress
* separate x, y snap
### TODO
* wall spline editing
* obj file loading, rendering