Project

gui

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A GUI gem for Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.4.5, ~> 0.4
>= 1.3.2, ~> 1.3
>= 1.3.0, ~> 1.3
>= 1.7.1, ~> 1.7
>= 1.0.1, ~> 1.0
 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 http://www.apache.org/licenses/LICENSE-2.0.