Skip to content

Javascript implementation of Glenn Fiedler's Gaffer on Games compression article

Notifications You must be signed in to change notification settings

ErikSom/gaffer-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snapshot Compression Implementation in JavaScript

This repository contains a JavaScript implementation of the concepts discussed in the article "Snapshot Compression" by Gaffer On Games. This project aims to provide a practical example of how snapshot compression can be achieved in JavaScript, particularly useful for game development and networked applications.

Installation

Use NPM to install all the necessary dependencies to run the tests.

npm install

Running the Tests

To ensure that everything is set up correctly and to see how the library works, you can run the provided tests:

npm run test

Acknowledgements

  • Thanks to Gaffer On Games for the original article and concepts behind this implementation.

About

Javascript implementation of Glenn Fiedler's Gaffer on Games compression article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published