Difference between revisions of "Goo"

(Minor addition)
(Add the license and git repo link)
Line 2: Line 2:
 
|-
 
|-
 
| Please note that this lib...
 
| Please note that this lib...
* Has an ''unspecified'' license (although informally, it is usable with the terms of [http://love2d.org/forums/viewtopic.php?f=5&t=1523&start=10#p15750 CC-BY].)
 
 
* Has known issues, including [[stubbed functionality]]
 
* Has known issues, including [[stubbed functionality]]
 
|-
 
|-
Line 9: Line 8:
 
Goo is a [[GUI]] lib.
 
Goo is a [[GUI]] lib.
 
It also includes an animation lib for [[tweening]] variables.
 
It also includes an animation lib for [[tweening]] variables.
 +
 +
It is [http://github.com/perky/Goo/blob/master/License.html Public Domain]
  
 
It is currently a work in progress, but should work for the most part.
 
It is currently a work in progress, but should work for the most part.
Line 15: Line 16:
  
 
* [http://love2d.org/forums/viewtopic.php?f=5&t=1523Original Thread]
 
* [http://love2d.org/forums/viewtopic.php?f=5&t=1523Original Thread]
 +
* [http://github.com/perky/Goo Git Repository]
 
* [http://locofilm.co.uk/love/goodocs/ Documentation]
 
* [http://locofilm.co.uk/love/goodocs/ Documentation]
  

Revision as of 21:49, 27 July 2010

Please note that this lib...

Goo is a GUI lib. It also includes an animation lib for tweening variables.

It is Public Domain

It is currently a work in progress, but should work for the most part.

It uses MiddleClass and MindState internally.