https://github.com/xord/rays
A Drawing Engine using OpenGL.
https://github.com/xord/rays
cpp gem graphics library opengl ruby
Last synced: 10 months ago
JSON representation
A Drawing Engine using OpenGL.
- Host: GitHub
- URL: https://github.com/xord/rays
- Owner: xord
- License: mit
- Created: 2015-03-15T15:12:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T16:21:22.000Z (10 months ago)
- Last Synced: 2025-06-20T17:32:17.385Z (10 months ago)
- Topics: cpp, gem, graphics, library, opengl, ruby
- Language: C++
- Homepage:
- Size: 871 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Rays - A Drawing Engine using OpenGL.
[](https://deepwiki.com/xord/rays)



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