No description
Find a file
2025-07-24 11:55:03 +02:00
.gitignore Added gitignore 2025-06-15 17:10:33 +02:00
CMakeLists.txt add yaml library, example 2025-07-24 11:55:03 +02:00
data.yaml add yaml library, example 2025-07-24 11:55:03 +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 deleting walls 2025-07-23 18:48:41 +02:00
kubo_context.h deleting walls 2025-07-23 18:48:41 +02:00
kubo_dynarray.h deleting walls 2025-07-23 18:48:41 +02:00
kubo_file.c add yaml library, example 2025-07-24 11:55:03 +02:00
kubo_file.h add yaml library, example 2025-07-24 11:55:03 +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 context state control and wall selection 2025-06-24 23:07:32 +02:00
kubo_wall.h context state control and wall selection 2025-06-24 23:07:32 +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 add yaml library, example 2025-07-24 11:55:03 +02:00
README.md Add readme and license 2025-06-17 01:13:26 +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