https://github.com/nilium/ruby-gui
Some kind of GUI gem. (Migrated to https://git.sr.ht/~nilium/ruby-gui)
https://github.com/nilium/ruby-gui
Last synced: 6 months ago
JSON representation
Some kind of GUI gem. (Migrated to https://git.sr.ht/~nilium/ruby-gui)
- Host: GitHub
- URL: https://github.com/nilium/ruby-gui
- Owner: nilium
- License: apache-2.0
- Archived: true
- Created: 2014-02-14T22:55:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T01:58:18.000Z (over 8 years ago)
- Last Synced: 2024-08-10T14:17:05.351Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
GUI Gem
==============================================================================A gem for creating Ruby applications with GUI interfaces by using GLFW3 for windowing and OpenGL for rendition and everything else completely custom because sanity is for the weak.
Notes
------------------------------------------------------------------------------Currently experimental. Requires snow-math to be compiled with --use-float due to current use of glUniform assuming 32-bit float data. It may be prudent, later, to write a wrapper uniform function to handle this, or simply copy the UniformHash code from my gametools gem.
License
------------------------------------------------------------------------------The GUI gem is licensed under the Apache 2.0 license. You should have received a copy of the license with the gem in a COPYING file, though it may also be read at .