Skip to content

Networking helpers is a collection of helper classes for networked games.

License

Notifications You must be signed in to change notification settings

DMeville/NetworkingHelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetworkingHelpers

Networking helpers is a collection of helper classes for networked games. Based on work from various others, simply putting it together and improving their work. Much credit goes to Alexander Shoulson, Glenn Fiedler and Stanislav Denisov.

BitBuffer

A new version of BitBuffer, Faster and supporting bit level compression by ranged values. Quaternion compression, Float ranged compression and string UTF-16 support.

Important change to other bitbuffers is that you have to finalize the stream. You fill the buffer with Add commands and if you are done you have to call the Finish() void. If you call ToArray or ToSpan it will automatically invoke the Finish.

About

Networking helpers is a collection of helper classes for networked games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages