Difference between revisions of "Gwee"

Line 3: Line 3:
 
Gwee's widget set is currently ''very'' small and still a little buggy, but the toolkit is under active development and should improve considerably over the next several months.
 
Gwee's widget set is currently ''very'' small and still a little buggy, but the toolkit is under active development and should improve considerably over the next several months.
  
You can get Gwee from the [http://github.com/ZephyrMC/Gwee Github repository]. There are also [http://github.com/ZephyrMC/Gwee/tree/master/screenshots screenshots] and an [http://github.com/ZephyrMC/Gwee/blob/master/main.lua example] there.
+
Gwee currently has the following features:
 +
 
 +
* Four widgets types:
 +
** Buttons
 +
** One-line text fields
 +
** Check boxes
 +
** Sliders
 +
* Skinning
 +
* Automatic widget sizing/placement
 +
 
 +
You can get Gwee from the [http://github.com/ZephyrMC/Gwee Github repository]. There are also [http://github.com/ZephyrMC/Gwee/tree/master/screenshots screenshots] and an [http://github.com/ZephyrMC/Gwee/blob/master/main.lua example].
  
 
{{#set:LOVE Version=0.7.2}}
 
{{#set:LOVE Version=0.7.2}}
 
{{#set:Description=Small GUI toolkit}}
 
{{#set:Description=Small GUI toolkit}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 01:23, 12 December 2011

Gwee is a small GUI toolkit for love2d.

Gwee's widget set is currently very small and still a little buggy, but the toolkit is under active development and should improve considerably over the next several months.

Gwee currently has the following features:

  • Four widgets types:
    • Buttons
    • One-line text fields
    • Check boxes
    • Sliders
  • Skinning
  • Automatic widget sizing/placement

You can get Gwee from the Github repository. There are also screenshots and an example.