[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN]: Ruby/FLTK 0.9.5

Jeremy Henty

5/1/2006 8:27:00 PM


Ruby-FLTK 0.9.5 , 2006-05-01
http://ruby-fltk.source...


"Metaphysics Edition"



What is this?:

Ruby-FLTK is a Ruby binding for the FLTK (Fast, Light Toolkit) GUI
library.


Headlines!:
- New FLTK color classes. Ruby philosophers can finally determine
exactly how red is red: "ruby -rfltk -e 'puts FLTK::RED.r'".
- More portability fixes for extconf.rb .
- A few bug fixes.

Details are in the Release Notes and the Changes listing.

The focus for version 0.9.6 will be:
* Converting values to Color objects so that eg. FLTK.color("RED")
will work.
* Accessing the FLTK color API from color objects,
eg. FLTK::RED.lighter should be equivalent to
FLTK.lighter(FLTK::RED) .
* Overhauling the contents of the test and samples directories (long
overdue).
* Any suggestions?


Cheers,

Jeremy Henty
jeremy_henty@sourceforge.net

--
There is nothing so useless as doing efficiently that which should not
be done at all.
-- Peter Drucker