diff --git a/README.md b/README.md index be02b48..d6d808a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # BuboQuark: A Live Coding Companion +![BuboQuark algorave picture](images/capture.png) + + A collection of methods, hacks and tips I found to make my live coding workflow easier on SuperCollider. Wraps around the base behavior of [JITLib](https://doc.sccode.org/Overviews/JITLib.html), makes writing patterns easier and faster. BuboQuark is not a replacement for the SCLang syntax. On the contrary, BuboQuark's goal is to make it easier to navigate the possibilities offered by the language. ## What is BuboQuark? diff --git a/images/capture.png b/images/capture.png new file mode 100644 index 0000000..460dab9 Binary files /dev/null and b/images/capture.png differ