https://github.com/xord/processing
Yet Another Processing implementation for Ruby
https://github.com/xord/processing
gem library processing ruby
Last synced: 19 days ago
JSON representation
Yet Another Processing implementation for Ruby
- Host: GitHub
- URL: https://github.com/xord/processing
- Owner: xord
- License: mit
- Created: 2019-10-07T10:17:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T17:53:01.000Z (over 1 year ago)
- Last Synced: 2024-11-16T12:18:01.365Z (over 1 year ago)
- Topics: gem, library, processing, ruby
- Language: Ruby
- Homepage:
- Size: 713 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Processing for CRuby - Processing compatible Creative Coding Framework
[](https://deepwiki.com/xord/processing)



## ⚠️ 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
**Processing for CRuby** is a creative coding framework compatible with the Processing language, designed specifically for CRuby.
It allows artists and developers to create visual art and interactive graphics using the familiar Processing syntax and concepts, leveraging the power and flexibility of Ruby.
## 📦 Installation
Add this line to your Gemfile:
```ruby
$ gem 'processing'
```
Then, install gem:
```bash
$ bundle install
```
Or install it directly:
```bash
$ gem install processing
```
## 📜 License
**Processing for CRuby** is licensed under the MIT License.
See the [LICENSE](./LICENSE) file for details.