Skip to content

Editors and other resources

Martin Prout edited this page Aug 24, 2015 · 9 revisions

Textmate / Sublime Text

A very simple Textmate Bundle was created to run directly your ruby processing project in textmate : [link][] could probably do with updating...

JEdit

Alternatively install the jEdit community download [rp5.xml][] commando file and (create/run/watch/app) all from within the jEdit ide/editor.

Vim

Another option for vim users is to run the sketch you are currently editing :!rp5 run %, to create a pry repl :!rp5 live % see [live editing with pry][]. Or you may prefer the simpler to handle watch mode :rp5 watch % which allows you to edit the sketch from a second editor. Serious ruby users will probably have already installed the [rsense plugin][] which is also recommended. There is even a [plugin][] for NetBeans (by the jruby guys, well probably just Thomas Enebo) for the really serious.

Emacs

Similar to vim (also works well with pry) [plugin]:http://plugins.netbeans.org/plugin/38549 [link]:http://github.com/tibastral/ruby-processing-tmbundle [rp5.xml]:http://community.jedit.org/?q=filestore/browse/20 [rsense plugin]:https://rsense.github.io/ [live editing with pry]:https://github.com/jashkenas/ruby-processing/wiki/Sketch-Watching-and-Live-Coding