Skip to content

ikag/ripple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ripple

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.

screenshot

Install

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.

Dependencies

Builds are made against munshkr/ofxGLEditor instead of the official repo for now, as it's still unstable too and API might change.

Usage

  • ctrl + e: Evaluate current paragraph or selected text
  • ctrl + s: Toggle syntax highlighting
  • ctrl + f: Toggle fullscreen
  • ctrl + n: Toggle line numbers
  • ctrl + z: Toggle auto focus
  • ctrl + o: Toggle REPL output buffer
  • ctrl + q: Exit Ripple

License

Ripple is released with GPL version 3. Please refer to the LICENSE file.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.4%
  • SuperCollider 5.0%
  • Makefile 1.6%