Difference between revisions of "LUBE"

(Attempting to add LUBE documentation to the LOVE2D wiki, Never done this before!)
m
Line 21: Line 21:
  
 
== Other Languages ==
 
== Other Languages ==
{{i18n|love.graphics}}
+
{{i18n|LUBE}}
  
 
{{#set:LOVE Version=Any}}
 
{{#set:LOVE Version=Any}}
 
{{#set:Description=The one and only networking library}}
 
{{#set:Description=The one and only networking library}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 19:07, 19 November 2010

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.

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