An open API service indexing awesome lists of open source software.

https://github.com/ondras/nemu

NEtworked MUltiplayer WIP
https://github.com/ondras/nemu

library

Last synced: about 2 months ago
JSON representation

NEtworked MUltiplayer WIP

Awesome Lists containing this project

README

          

# nemu

This is a sample JS library that demonstrates some of the principles described in my [2017 devel.cz talk](http://ondras.zarovi.cz/slides/devel2017/).

The library is a Work-In-Progress.

## Status

- [ ] Library
- [ ] Core
- [x] Authoritative server
- [x] Time sync
- [x] Client interpolation
- [x] Client extrapolation
- [ ] Lag compensation
- [ ] Client-side prediction
- [ ] Misc
- [ ] Disconnecting
- [x] Logger
- [x] Socket abstractions
- [x] Interpolators
- [x] Scalar
- [x] Array
- [x] Object
- [ ] Demos
- [x] Smallest example (demo-1)
- [x] Non-trivial example with adjustable client (demo-2)
- [x] WebSocket example (demo-3)
- [ ] Docs
- [x] Rudimentary README.md
- [ ] Wiki
- [ ] API Docs