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

https://github.com/xord/reflex

A Graphical User Interface Tool Kit.
https://github.com/xord/reflex

cpp gem gui gui-toolkit library physics ruby

Last synced: 3 months ago
JSON representation

A Graphical User Interface Tool Kit.

Awesome Lists containing this project

README

          

# Reflex - A Graphical User Interface Tool Kit for Ruby.

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/xord/reflex)
![License](https://img.shields.io/github/license/xord/reflex)
![Build Status](https://github.com/xord/reflex/actions/workflows/test.yml/badge.svg)
![Gem Version](https://badge.fury.io/rb/reflexion.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

**Reflex** is a graphical user interface (GUI) toolkit for Ruby.

It is designed to help developers create intuitive and responsive user interfaces for their Ruby applications.
**Reflex** provides core components such as Window and View, making it easier to build the foundation of your GUI applications.

## 📦 Installation

Add this line to your Gemfile:
```ruby
$ gem 'reflexion'
```

Then, install gem:
```bash
$ bundle install
```

Or install it directly:
```bash
$ gem install reflexion
```

## 📜 License

**Reflex** is licensed under the MIT License.
See the [LICENSE](./LICENSE) file for details.