Difference between revisions of "LUBE"

m
(sample link)
Line 4: Line 4:
  
 
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 ==

Revision as of 08:23, 26 April 2011

LUBE is a library and all of its graphics are in 3D! (Too bad it doesn't have any graphics)

Seriously, 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. You can also see TechnoCat's awesome introductory writeup

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

Bartbes, the creator and maintainer of LUBE

Other Languages