We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You should have ruby-processing and the pbox2d gem installed, from your processing sketch require pbox2d
require
require 'pbox2d' # A list we'll use to track fixed objects attr_reader :box2d, :boundaries, :boxes
In your sketch setup
setup