Project

rubysketch

0.0
A long-lived project that still receives updates
A game engine based on the Processing API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 0.3.9, >= 0.3.9
~> 0.3.10, >= 0.3.10
~> 0.3.9, >= 0.3.9
~> 1.1, >= 1.1.13
~> 0.3.9, >= 0.3.9
~> 0.3.9, >= 0.3.9
 Project Readme

RubySketch - A game engine based on the Processing API

Ask DeepWiki License Build Status Gem Version

⚠️ Notice

This repository is a read-only mirror of our monorepo. We do not accept pull requests or direct contributions here.

🔄 Where to Contribute?

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! 🙌

🚀 About

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.

📦 Installation

Add this line to your Gemfile:

$ gem 'rubysketch'

Then, install gem:

$ bundle install

Or install it directly:

$ gem install rubysketch

📜 License

RubySketch is licensed under the MIT License. See the LICENSE file for details.