bsergent / overmorrow

Typescript canvas game engine
http://challengercity.com/v4/projects/overmorrow/
0 stars 1 forks source link

Move away from Moment.js #50

Open bsergent opened 5 years ago

bsergent commented 5 years ago

Using moment.js in every tick to calculate deltas is overkill, and possibly adds somewhat significant delays overall. Either using the default Date object or rolling my own barebones time library with only the functionality I really needed included (no timezones for calculating deltas).