Difference between revisions of "Goo"

(Minor addition)
(formatting changes)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| border='1' bgcolor='gold' cellpadding='10'
+
{{notice|Please note that this lib...
|-
+
* Has known issues, including stubbed functionality
| 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].)
+
Goo is a [[GUI]] lib licensed under [[public domain]] license. It includes an animation lib for [[tween|tweening]] variables.
* Has known issues, including [[stubbed functionality]]
 
|-
 
|}
 
 
 
Goo is a [[GUI]] lib.
 
It also includes an animation lib for [[tweening]] variables.
 
  
 
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.
  
It uses [[MiddleClass]] and [[MindState]] internally.
+
== Links ==
 
+
* [http://love2d.org/forums/viewtopic.php?f=5&t=1523 Original 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/index.html Documentation]
  
{{#set:LOVE Version=Any}}
+
{{#set:LOVE Version=0.7.x}}
 
{{#set:Description=GUI library for Love}}
 
{{#set:Description=GUI library for Love}}
 +
{{#set:Keyword=GUI}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Latest revision as of 02:23, 27 March 2016

O.png Please note that this lib...
  • Has known issues, including stubbed functionality
 


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.

Links