No description
Find a file
2025-07-02 17:46:37 +02:00
.gitignore Added gitignore 2025-06-15 17:10:33 +02:00
CMakeLists.txt cmake option to download raylib 2025-07-02 17:41:48 +02:00
kubo_bar.c normal mode, command mode 2025-07-02 01:16:19 +02:00
kubo_bar.h normal mode, command mode 2025-07-02 01:16:19 +02:00
kubo_command.c normal mode, command mode 2025-07-02 01:16:19 +02:00
kubo_command.h normal mode, command mode 2025-07-02 01:16:19 +02:00
kubo_context.c kubo context default state 2025-07-02 17:41:56 +02:00
kubo_context.h normal mode, command mode 2025-07-02 01:16:19 +02:00
kubo_dynarray.h normal mode, command mode 2025-07-02 01:16:19 +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 fix key_q normal state bug 2025-07-02 17:46:37 +02:00
kubo_window.h normal mode, command mode 2025-07-02 01:16:19 +02:00
LICENSE Add readme and license 2025-06-17 01:13:26 +02:00
main.c made context statically allocated 2025-07-01 23:53:16 +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