art-kit
v2.5.1
Published
A collection of helpers for making animations in the browser
Downloads
31
Maintainers
Readme
#Art-kit
Art kit is a collection of useful javascript classes for creating interactive art in the browser.
#Modules
AnimationPlayer
A general purpose animation player with separate update and draw timers. Updates happen at fixed intervals while draws are tied to the animationFrame loop.
Colormap
Load colormaps and sample them with ease.
MouseTelemetrics
Keep track of the mouse and what it's up to.
random
A simple seeded random number generator
RelativePosition
A general purpose library to track whether your current value falls within a certain range, if you've entered, left or skipped over it completely.
SimplexNoise
A javascript port of the amazingly useful SimplexNoise algorithm.