https://github.com/xord/rubysketch
A game engine based on the Processing API
https://github.com/xord/rubysketch
game-engine game-engine-2d gamedev processing ruby
Last synced: about 1 year ago
JSON representation
A game engine based on the Processing API
- Host: GitHub
- URL: https://github.com/xord/rubysketch
- Owner: xord
- License: mit
- Created: 2023-02-07T16:43:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T17:55:17.000Z (over 1 year ago)
- Last Synced: 2024-11-13T04:10:27.930Z (over 1 year ago)
- Topics: game-engine, game-engine-2d, gamedev, processing, ruby
- Language: Ruby
- Homepage:
- Size: 136 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# RubySketch - A game engine based on the Processing API



## ⚠️ 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](https://github.com/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](./CONTRIBUTING.md).
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:
```ruby
$ gem 'rubysketch'
```
Then, install gem:
```bash
$ bundle install
```
Or install it directly:
```bash
$ gem install rubysketch
```
## 📜 License
**RubySketch** is licensed under the MIT License.
See the [LICENSE](./LICENSE) file for details.