This repository is a read-only mirror of our monorepo. We do not accept pull requests or direct contributions here.
All development happens in our xord/all monorepo, which contains all our main libraries. If you'd like to contribute, please submit your changes there.
For more details, check out our Contribution Guidelines.
Thanks for your support! 🙌
RubySketch is a game engine based on the Processing API, designed for use with Ruby.
It provides a familiar environment for developers who are accustomed to Processing, enabling them to create games and interactive graphics with ease.
RubySketch combines the simplicity of the Processing API with the power of Ruby, making it a versatile tool for creative coding.
Add this line to your Gemfile:
$ gem 'rubysketch'
Then, install gem:
$ bundle install
Or install it directly:
$ gem install rubysketch
RubySketch is licensed under the MIT License. See the LICENSE file for details.