kubo/README.md
2025-07-26 22:22:20 +02:00

444 B

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

In progress

  • pan

TODO

  • grid snapping
  • wall spline editing
  • obj file loading, rendering