No description
Find a file
2025-07-25 15:48:51 +02:00
.gitignore Added gitignore 2025-06-15 17:10:33 +02:00
CMakeLists.txt fixed libcyaml link issue 2025-07-25 13:49:09 +02:00
kubo_bar.c parse command input 2025-07-02 23:21:26 +02:00
kubo_bar.h parse command input 2025-07-02 23:21:26 +02:00
kubo_char_arr.h enforce code style warnings 2025-07-02 22:53:31 +02:00
kubo_command_bar.c parse command input 2025-07-02 23:21:26 +02:00
kubo_command_bar.h parse command input 2025-07-02 23:21:26 +02:00
kubo_context.c loading scene from file 2025-07-25 15:30:08 +02:00
kubo_context.h deleting walls 2025-07-23 18:48:41 +02:00
kubo_dynarray.h fixed dynarray del bug 2025-07-25 15:48:51 +02:00
kubo_file.c loading scene from file 2025-07-25 15:30:08 +02:00
kubo_file.h loading scene from file 2025-07-25 15:30:08 +02:00
kubo_input.c deleting walls 2025-07-23 18:48:41 +02:00
kubo_input.h move input, handle backspace, show cursor 2025-07-02 22:51:29 +02:00
kubo_wall.c loading scene from file 2025-07-25 15:30:08 +02:00
kubo_wall.h loading scene from file 2025-07-25 15:30:08 +02:00
kubo_window.c deleting walls 2025-07-23 18:48:41 +02:00
kubo_window.h enforce code style warnings 2025-07-02 22:53:31 +02:00
LICENSE Add readme and license 2025-06-17 01:13:26 +02:00
main.c loading scene from file 2025-07-25 15:30:08 +02:00
README.md Add readme and license 2025-06-17 01:13:26 +02:00
scene.yaml loading scene from file 2025-07-25 15:30:08 +02:00

Kubo

Simple, fast interior design program.

Compiling

Kubo is compiled using cmake and depends on raylib:

$ mkdir build; cd build
$ cmake ..
$ make
$ ./kubo