A small NPM package that can be used to grab a HTML5 canvas running a star wars style warp speed animation.
Stars
2
Forks
3
Watchers
2
Open Issues
5
Overall repository health assessment
^0.12.3^2.53.3^0.30.0^3.9.66
commits
Added trails back in with refactored code. Also added time measurement between frames to use in velocity/displacement calculations; gets rid of the jittery issue with earlier releases
fbb42a9View on GitHubFinished refactor for now. Performance looks like a canvas API issue from this point but it's much faster. No actual issue with it, just would like it blazing fast.
e418620View on GitHubConversion to typescript and refactor. Still need to update scripts and handle resizing correctly. Also need to look into how to speed up drawing of stars, currently 5000 is at around 20ms to redraw all. Not bad, but I feel like we can cut back somewhere.
3c46c2eView on GitHubCorrecting README because I can't use my own code apparently
6af32c8View on GitHub