A community driven list of useful skynet resources.
Inspired by the awesome list thing.
- skynet - A lightweight online game framework.
- skynet-design - The design of skynet.
- skynet-evolution - Good skynet design articles.
- skynet-uses - Projects build on skynet.
- skynet-wiki - Welcome to the skynet wiki.
- skynet-research - Another good skynet resource list.
- skynet-analysis - A good skynet analysis article.
- skynet-mingw - A good skynet windows fork.
- battlearena - A simple skynet demo.
- quick - A good skynet demo.
- some-mmorpg - Another good skynet demo.
- sproto - A protocol like google protobuf, but simple and fast.
- sproto-Csharp - A c# implementation of sproto.
- sproto_dump - Parse sproto file to binary or c# file.
- sproto-cs - Another c# implementation of sproto.
- sproto-u3d - Example to use sproto-cs in unity3d.
- vim_sproto - Vim syntax highlight.
- sublime-sproto-syntax - Sublime syntax highlight.
- atom-sproto-syntax - Atom syntax highlight.
- sproto-mode - Emacs syntax highlight.
- lua - The Lua Programming Language.
- lua-docs - Lua Documentation.
- lua-start - Lua Getting started.
- LuaStyleGuide - Lua Style Guide.
- lua-style-guide - Another Lua Style Guide.
- luacheck - A tool for linting and static analysis of Lua code.
- luassert - Assertion library for Lua.
- busted - Elegant Lua unit testing.
- lume - Lua functions geared towards gamedev.
- json - A lightweight JSON library for Lua.
- serpent - Lua serializer and pretty printer.
- PegDebug - Trace debugger for LPeg rules and captures.
- typedlua - An Optional Type System for Lua.
- moonscript - A programmer friendly language that compiles to Lua.
- good&bad - Lua: Good, bad, and ugly parts.
- awesome-lua - A curated list of quality Lua packages and resources.
Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yours may be a duplicate.
- New categories, or improvements to the existing categorization are welcome.
- Make an individual pull request for each suggestion.
- The pull request should have a useful title and why it should be included.
- Use the following format:
[resource](link) - Description.
- Keep description short and simple, but descriptive.
- Start the description with a capital and end with a period.
- Make sure your text editor is set to remove trailing whitespace.
Thank you for your suggestions!
The MIT License (MIT)