Initial commit

This commit is contained in:
Lauri Räsänen 2020-01-16 22:01:11 +02:00
commit e7a2cbc006
14 changed files with 2107 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
## demo-interp
Interpolate demo files by filling out gaps between Packets.
Normally a demo has a Packet every 4 ticks, this fills out the ticks inbetween by interpolating between the Packets.
Makes a visible difference on low `cl_interp` values at least.
## usage
`yarn install`
`yarn build`
`cd test`
`node test-interp.js`