Difference between revisions of "LUBE"

m (Fixed double fail)
(Attempting to add LUBE documentation to the LOVE2D wiki, Never done this before!)
Line 4: Line 4:
  
 
In the future this page will include some examples.
 
In the future this page will include some examples.
 +
 +
== Types ==
 +
{{#ask: [[Category:Types]] [[parent::LUBE]]
 +
| headers=hide
 +
| ?Description
 +
}}
 +
== Functions ==
 +
{{#ask: [[Category:Functions]] [[parent::LUBE]]
 +
| headers=hide
 +
| limit=2000
 +
| ?Description
 +
}}
  
 
==See Also==
 
==See Also==
 
[[User:Bartbes|Bartbes]], the creator and maintainer of LUBE
 
[[User:Bartbes|Bartbes]], the creator and maintainer of LUBE
 +
 +
== Other Languages ==
 +
{{i18n|love.graphics}}
  
 
{{#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:05, 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