Ruby-processing
Bridge between the Processing creative-coding framework and Ruby
...It enables the well-known graphics, animation, interaction and sketching patterns of Processing in a Ruby environment, which can be appealing to those who prefer Ruby’s syntax or already live in the Ruby ecosystem. Though the project is now deprecated and newer alternatives exist, it remains an excellent historical example of how to embed a drawing/graphics API into another language and how creative coding communities evolve. For educators or artists exploring coding visually, Ruby-Processing provided a low-barrier entry by combining a high-level language (Ruby) with an expressive graphics library. It also demonstrates how open-source communities wrap frameworks into new environments for accessibility and experimentation.