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.
- Host: GitHub
- URL: https://github.com/xord/reflex
- Owner: xord
- License: mit
- Created: 2015-03-15T16:21:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T17:51:04.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T06:23:09.437Z (over 1 year ago)
- Topics: cpp, gem, gui, gui-toolkit, library, physics, ruby
- Language: C++
- Homepage:
- Size: 980 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Reflex - A Graphical User Interface Tool Kit for Ruby.
[](https://deepwiki.com/xord/reflex)



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