Ruby-Processing is a clever, code-as-art framework that allows you to write Processing sketches using the Ruby programming language instead of standard Java. It merges the expressive, elegant syntax of Ruby with the robust 2D/3D graphics, animation, and interactive capabilities of the Processing ecosystem. How It Works Under the Hood
Standard Ruby (often called MRI or CRuby) cannot natively communicate with Java libraries. Because Processing is a Java-based framework, Ruby-Processing relies on JRuby, an implementation of Ruby that runs seamlessly on top of the Java Virtual Machine (JVM). This hybrid architecture yields several notable benefits: Ruby Programming Language
Leave a Reply