No description
Find a file
2025-07-02 22:51:29 +02:00
.gitignore Added gitignore 2025-06-15 17:10:33 +02:00
CMakeLists.txt move input, handle backspace, show cursor 2025-07-02 22:51:29 +02:00
kubo_bar.c reworked context state handling 2025-07-02 18:45:55 +02:00
kubo_bar.h normal mode, command mode 2025-07-02 01:16:19 +02:00
kubo_char_arr.h esc and entr handling in command mode 2025-07-02 18:00:40 +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 reworked context state handling 2025-07-02 18:45:55 +02:00
kubo_context.h reworked context state handling 2025-07-02 18:45:55 +02:00
kubo_dynarray.h esc and entr handling in command mode 2025-07-02 18:00:40 +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 enable event waiting for better cpu utilization 2025-07-02 18:47:22 +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