We are about to switch to a new forum software. Until then we have removed the registration on this forum.
This version of ruby-processing has evolved to be even more ruby, and less of a processing clone. The main changes are the removal some of the convenience functions eg pow(x) and radians(x) in favor of the more ruby like alternatives x** (for x squared) and x.radians. Many of the examples from Dan Shiffmans Nature of Code book have been translated to use the latest version of ruby-processing.