Difference between revisions of "Grease"

m (i18n)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Grease is a networking library for lua, using LuaSocket, and optionally Lua-ENet. It was designed to operate within the LÖVE framework, but also works without it.
+
Grease is a networking library for Lua, using LuaSocket, and optionally Lua-ENet. It was designed to operate within the LÖVE framework, but also works without it.
  
 
* Source [https://github.com/bartbes/love-misc-libs on github].
 
* Source [https://github.com/bartbes/love-misc-libs on github].
 
* Documentation [https://docs.bartbes.com/grease here].
 
* Documentation [https://docs.bartbes.com/grease here].
  
[[Category:Libraries]]
 
 
{{#set:LOVE Version=Any}}
 
{{#set:LOVE Version=Any}}
{{#set:Description=The one and only networking library}}
+
{{#set:Description=The one and (no longer) only networking library}}
 
{{#set:Keyword=Networking}}
 
{{#set:Keyword=Networking}}
 +
[[Category:Libraries]]
 +
== Other Languages ==
 +
{{i18n|Grease}}

Revision as of 01:48, 16 December 2019

Grease is a networking library for Lua, using LuaSocket, and optionally Lua-ENet. It was designed to operate within the LÖVE framework, but also works without it.

Other Languages