Difference between revisions of "Goo"
m (meta: GUI keyword) |
(formatting changes) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{notice|Please note that this lib... | {{notice|Please note that this lib... | ||
− | * Has known issues, including | + | * Has known issues, including stubbed functionality |
}} | }} | ||
− | Goo is a [[GUI]] lib. | + | Goo is a [[GUI]] lib licensed under [[public domain]] license. It includes an animation lib for [[tween|tweening]] variables. |
− | It | ||
− | |||
− | |||
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. | ||
− | + | == Links == | |
− | + | * [http://love2d.org/forums/viewtopic.php?f=5&t=1523 Original Thread] | |
− | * [http://love2d.org/forums/viewtopic.php?f=5&t= | ||
* [http://github.com/perky/Goo Git Repository] | * [http://github.com/perky/Goo Git Repository] | ||
* [http://locofilm.co.uk/love/goodocs/index.html Documentation] | * [http://locofilm.co.uk/love/goodocs/index.html Documentation] | ||
− | {{#set:LOVE Version= | + | {{#set:LOVE Version=0.7.x}} |
{{#set:Description=GUI library for Love}} | {{#set:Description=GUI library for Love}} | ||
{{#set:Keyword=GUI}} | {{#set:Keyword=GUI}} | ||
[[Category:Libraries]] | [[Category:Libraries]] |
Latest revision as of 02:23, 27 March 2016
Please note that this lib...
|
Goo is a GUI lib licensed under public domain license. It includes an animation lib for tweening variables.
It is currently a work in progress, but should work for the most part.