No description
Find a file
2025-07-02 22:53:31 +02:00
.gitignore Added gitignore 2025-06-15 17:10:33 +02:00
CMakeLists.txt enforce code style warnings 2025-07-02 22:53:31 +02:00
kubo_bar.c enforce code style warnings 2025-07-02 22:53:31 +02:00
kubo_bar.h enforce code style warnings 2025-07-02 22:53:31 +02:00
kubo_char_arr.h enforce code style warnings 2025-07-02 22:53:31 +02:00
kubo_command.c move input, handle backspace, show cursor 2025-07-02 22:51:29 +02:00
kubo_command.h normal mode, command mode 2025-07-02 01:16:19 +02:00
kubo_context.c enforce code style warnings 2025-07-02 22:53:31 +02:00
kubo_context.h enforce code style warnings 2025-07-02 22:53:31 +02:00
kubo_dynarray.h enforce code style warnings 2025-07-02 22:53:31 +02:00
kubo_input.c move input, handle backspace, show cursor 2025-07-02 22:51:29 +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 enforce code style warnings 2025-07-02 22:53:31 +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 enforce code style warnings 2025-07-02 22:53:31 +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