LoverNet icon indicating copy to clipboard operation
LoverNet copied to clipboard

Share the LÖVE - A networking library that leverages bitser and enet

LoverNet Mascot & Logo

Share the LÖVE

A LÖVE module designed to help make networking easier by leveraging bitser and enet.

Usage

Demo

To run the LoverNet demo, simply clone this repo, and run using LÖVE 0.10.1.

Headless Demo

To run LoverNet as a headless server, run the demo using the --headless or -s flag. e.g.:

cd lovernet && love . --headless

Library

To use LoverNet as a library, add lovernet.lua, license.txt and the SerDes library you wish to use to your project. I suggest the included bitser.lua and bitser-license.txt

Docs

To generate documentation, use LDoc. e.g.:

cd lovernet && ldoc .

For examples and more, see the wiki hosted on GitHub.

Included Libraries

  • bitser is licensed under: ISC (See bitser-license.txt)

License

The LoverNet project is licensed under: zlib/libpng (see license.txt)

The LoverNet mascot was made by the amazing VectorByte!