Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josefnpat/LoverNet
Share the LÖVE - A networking library that leverages bitser and enet
https://github.com/josefnpat/LoverNet
Last synced: 6 days ago
JSON representation
Share the LÖVE - A networking library that leverages bitser and enet
- Host: GitHub
- URL: https://github.com/josefnpat/LoverNet
- Owner: josefnpat
- License: zlib
- Created: 2016-03-31T23:32:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T03:34:18.000Z (over 5 years ago)
- Last Synced: 2024-08-02T06:19:19.694Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 1.16 MB
- Stars: 55
- Watchers: 6
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
- awesome-love2d - LoverNet - A networking library that leverages bitser and enet. (IPv4) (Networking)
README
![LoverNet Mascot & Logo](dev/mascot-and-logo-mini.png)
## Share the LÖVE
A [LÖVE](https://love2d.org/) 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](http://stevedonovan.github.io/ldoc/). e.g.:
`cd lovernet && ldoc .`
For examples and more, see the [wiki hosted on GitHub](https://github.com/josefnpat/LoverNet/wiki).
### Included Libraries
* [bitser](https://github.com/gvx/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](https://github.com/Vectorbyte)!