From b52a96a0510504a1cfe859a30aeae922e1a9c52f Mon Sep 17 00:00:00 2001 From: clangen Date: Mon, 30 May 2016 21:33:58 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31be68aaa..bc170adcb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ an ncurses frontend to musikcube. 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 ## windows @@ -31,4 +39,4 @@ you'll need [homebrew](http://brew.sh/) to install the required dependenies. # 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