An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Rays - A Drawing Engine using OpenGL.

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/xord/rays)
![License](https://img.shields.io/github/license/xord/rays)
![Build Status](https://github.com/xord/rays/actions/workflows/test.yml/badge.svg)
![Gem Version](https://badge.fury.io/rb/rays.svg)

## ⚠️ 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.