ruby-processing 2.6.8
Ruby-Processing is a Ruby wrapper for the Processing code art framework. It's this thin little shim that squeezes between Processing and JRuby, passing along some neat goodies like: * Application exporting of your sketches. Hand them out to your party guests, ready-to-run. * A "Control Panel" library, so that you can easily create sliders, buttons, checkboxes and drop-down menus, and hook them into your sketch's instance variables. * "Watch" mode, where Ruby-Processing keeps an eye on your sketch and reloads it from scratch every time you make a change. A pretty nice REPL-ish way to work on your Processing sketches. * Use ruby-gems and or java-libraries to access some pretty cool stuff... * Hundreds of worked examples are included to get you started
Gemfile:
=
Installeer:
=
Development afhankelijkheden (4):
Requirements:
A decent graphics card
java runtime >= 1.7+
processing = 2.2.1+