No description
Find a file
2025-06-24 23:07:32 +02:00
.gitignore Added gitignore 2025-06-15 17:10:33 +02:00
CMakeLists.txt initial bar rendering 2025-06-21 19:33:18 +02:00
kubo_bar.c bar text private function 2025-06-24 21:59:33 +02:00
kubo_bar.h bar text private function 2025-06-24 21:59:33 +02:00
kubo_context.c context state control and wall selection 2025-06-24 23:07:32 +02:00
kubo_context.h context state control and wall selection 2025-06-24 23:07:32 +02:00
kubo_dynarray.h Cleanup, copyright notice, GPL headers 2025-06-18 01:26:33 +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 context state control and wall selection 2025-06-24 23:07:32 +02:00
kubo_window.h context state control and wall selection 2025-06-24 23:07:32 +02:00
LICENSE Add readme and license 2025-06-17 01:13:26 +02:00
main.c Init, drawing walls semi-works 2025-06-15 17:11:20 +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