Difference between revisions of "LUBE"

m (fix URL)
(minor formatting changes, added keyword)
Line 1: Line 1:
LUBE is a library and all of its graphics are in 3D! (Too bad it doesn't have any graphics)
+
LUBE is a networking library intended to make networking easy for [[lovers]]. It can be found [http://love2d.org/forums/viewtopic.php?f=5&t=230 in the forum thread], and the download includes the latest docs.
 
 
Seriously, LUBE is a networking library intended to make networking easy for [[lovers]]. It can be found [http://love2d.org/forums/viewtopic.php?f=5&t=230 in the forum thread], and the download includes the latest docs.
 
  
 
In the future this page will include some examples.
 
In the future this page will include some examples.
You can also see [http://love2d.org/forums/viewtopic.php?p=21112#p21112 TechnoCat's awesome introductory writeup]
 
  
 
== Types ==
 
== Types ==
Line 18: Line 15:
 
}}
 
}}
  
==See Also==
+
== See Also ==
[[User:Bartbes|Bartbes]], the creator and maintainer of LUBE
+
* [[User:Bartbes|Bartbes]], the creator and maintainer of LUBE
 +
* [http://love2d.org/forums/viewtopic.php?p=21112#p21112 TechnoCat's awesome introductory writeup]
  
 
== Other Languages ==
 
== Other Languages ==
Line 26: Line 24:
 
{{#set:LOVE Version=Any}}
 
{{#set:LOVE Version=Any}}
 
{{#set:Description=The one and only networking library}}
 
{{#set:Description=The one and only networking library}}
 +
{{#set:Keyword=Networking}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 02:55, 27 March 2016

LUBE is a networking library intended to make networking easy for lovers. It can be found in the forum thread, and the download includes the latest docs.

In the future this page will include some examples.

Types

ClientObjectA client object.
ServerObjectA server object.

Functions

LUBE.bin:packPacks table data.
LUBE.bin:setseperatorsSets the separators for pack/unpack.
LUBE.bin:unpackUnpacks table data.
LUBE.clientCreates a client object.
LUBE.serverCreates a server object.

See Also

Other Languages