UDP protocol library for games, inspired by http://gafferongames.com articles (but missing all things i don't need in my games). Totally WIP.
Add this to your application's shard.yml
:
dependencies:
mysync:
github: konovod/mysync
require "mysync"
see spec
dir for usage examples. Sample game will be opensourced at some point
TODO: Write development instructions here
- Fork it ( https://github.com/konovod/mysync/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- kipar(https://github.com/konovod) Andrey Konovod - creator, maintainer