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
- Host: GitHub
- URL: https://github.com/ondras/nemu
- Owner: ondras
- Created: 2017-03-23T08:50:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T10:12:37.000Z (over 9 years ago)
- Last Synced: 2025-02-25T03:15:12.237Z (over 1 year ago)
- Topics: library
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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