Difference between revisions of "Grease"

m (i18n)
m
 
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/tree/master/grease on github].
* Documentation [https://docs.bartbes.com/grease here].
+
* Documentation [https://github.com/bartbes/love-misc-libs/blob/master/grease/docs.md here].
  
 
{{#set:LOVE Version=Any}}
 
{{#set:LOVE Version=Any}}

Latest revision as of 04:10, 24 April 2021

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