Rays - A Drawing Engine using OpenGL.
⚠️ 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
Rays is a drawing engine that utilizes OpenGL for 2D rendering.
It is designed to provide efficient graphics capabilities, making it ideal for creating complex visualizations and graphics applications.
📦 Installation
Add this line to your Gemfile:
$ gem 'rays'
Then, install gem:
$ bundle install
Or install it directly:
$ gem install rays
📜 License
Rays is licensed under the MIT License. See the LICENSE file for details.