No description
| .gitignore | ||
| CMakeLists.txt | ||
| kubo_bar.c | ||
| kubo_bar.h | ||
| kubo_char_arr.h | ||
| kubo_command.c | ||
| kubo_command.h | ||
| kubo_command_bar.c | ||
| kubo_command_bar.h | ||
| kubo_context.c | ||
| kubo_context.h | ||
| kubo_dynarray.h | ||
| kubo_file.c | ||
| kubo_file.h | ||
| kubo_input.c | ||
| kubo_input.h | ||
| kubo_wall.c | ||
| kubo_wall.h | ||
| kubo_window.c | ||
| kubo_window.h | ||
| LICENSE | ||
| main.c | ||
| README.md | ||
| scene.yaml | ||
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)
In progress
- fix scene load active wall bug
TODO
- grid snapping
- wall spline editing
- obj file loading, rendering