Hi. I released a tool which enables you to run sketches written in Ruby.
https://github.com/kitao/processing.rb
There are already several similar tools, but this tool have some unique features:
- Consists of a single file with about two hundred lines of code and easy to extend by yourself
- Requires no configuration file and detects Processing-related files automatically on both Mac and Windows
- Reloads the sketch file and used modules automatically when the related files are updated
- Available to use extension libraries for Processing with just adding a few line code in the same way as Processing
- Provides useful functions for live coding, such as setting the window position and showing it in the topmost
Here are screenshots of the examples of Processing.rb:
I hope you enjoy it.
Comments
Nice, I have been using ruby-processing. Is there a reason to build your own version ? You could contribute to ruby-processing. I really thing live coding in ruby with Processing can be big in a near future :)