An OpenGL editor for Tidal. Based on the original source code of the text editor in (fluxus), which was recently rewritten as an addon for openframeworks.
Refer to the official OF setup instructions for your operating system.
To install the addons, clone them on addons/
inside your OF root directory.
You might have to update the OF_ROOT
variable in config.make
to your
openFrameworks path, by default it's /opt/of
.
Builds are made against munshkr/ofxGLEditor instead of the official repo for now, as it's still unstable too and API might change.
ctrl + e
: Evaluate current paragraph or selected textctrl + s
: Toggle syntax highlightingctrl + f
: Toggle fullscreenctrl + n
: Toggle line numbersctrl + z
: Toggle auto focusctrl + o
: Toggle REPL output bufferctrl + q
: Exit Ripple
Ripple is released with GPL version 3. Please refer to the LICENSE file.