Skip to content

ondras/nemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nemu

This is a sample JS library that demonstrates some of the principles described in my 2017 devel.cz talk.

The library is a Work-In-Progress.

Status

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