updated readme
This commit is contained in:
parent
3ee35c7f23
commit
162e7a7fb0
1 changed files with 24 additions and 1 deletions
25
README.md
25
README.md
|
|
@ -4,7 +4,7 @@ Simple, fast interior design program.
|
|||
|
||||
## Compiling
|
||||
|
||||
Kubo is compiled using cmake and depends on raylib:
|
||||
Kubo is compiled using cmake.
|
||||
|
||||
```
|
||||
$ mkdir build; cd build
|
||||
|
|
@ -12,3 +12,26 @@ $ cmake ..
|
|||
$ make
|
||||
$ ./kubo
|
||||
```
|
||||
|
||||
### Dependencies
|
||||
|
||||
* raylib (will be downloaded by default unless specified otherwise)
|
||||
* libcyaml
|
||||
|
||||
## Status
|
||||
|
||||
### Working
|
||||
|
||||
* wall rendering
|
||||
* scene file management
|
||||
* basic command framework
|
||||
|
||||
### In progress
|
||||
|
||||
* pan
|
||||
|
||||
### TODO
|
||||
|
||||
* grid snapping
|
||||
* wall spline editing
|
||||
* obj file loading, rendering
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue