Update README.md

This commit is contained in:
clangen 2016-05-30 21:33:58 -07:00
parent 067928b14d
commit b52a96a051

View File

@ -8,6 +8,14 @@ an ncurses frontend to musikcube.
musicbox runs and compiles easily on Windows and OSX (and Linux soon). musicbox runs and compiles easily on Windows and OSX (and Linux soon).
it looks something like this on windows:
![windows screenshot](/static/screenshots/windows.png?raw=true)
and this on osx:
![osx screenshot](/static/screenshots/osx.png?raw=true)
# compiling # compiling
## windows ## windows
@ -31,4 +39,4 @@ you'll need [homebrew](http://brew.sh/) to install the required dependenies.
# sdk # sdk
if you know C++ you can checkout the sdk interfaces here: https://github.com/clangen/musikcube/tree/master/src/core/sdk musikcube is built around its SDK interfaces. they're still in the process of being cleaned up and slimmed down. you can see what they look like here: https://github.com/clangen/musikcube/tree/master/src/core/sdk