Add readme and license

This commit is contained in:
Luka Jankovic 2025-06-17 01:13:26 +02:00
parent 7769f5fd58
commit 49bf4b4cff
2 changed files with 688 additions and 0 deletions

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# Kubo
Simple, fast interior design program.
## Compiling
Kubo is compiled using cmake and depends on raylib:
```
$ mkdir build; cd build
$ cmake ..
$ make
$ ./kubo
```