Animation engine for creative coding
Try our playground! It comes with bunch of examples.
https://0b5vr.github.io/automaton/automaton-with-gui
You might want to also check examples of the core package.
Automaton is an animation engine for creative coding. While you're doing creative coding, doing time-based animation by code sometimes causes you so much pain. This project provides a framework and its GUI to connect your coding pieces with animations.
It's intended to be used in 64k intro, so I'm trying my best to make its footprint as small as possible.
The package automaton
have a minimal set of features that is required to play animations and it does not have any dependencies.
The package automaton-with-gui
intended to be used in development stage is pretty big since it contains third party codes like React.
@0b5vr/automaton
- Core package of the automaton
@0b5vr/automaton-fxs
- A package that contains bunch of automaton fxs
@0b5vr/automaton-fxs-v2compat
- A package that contains Automaton v2 compatibility fxs
@0b5vr/automaton-with-gui
- A variant of automaton that comes with GUI!
- automaton-electron
- Electron client of automaton
- automaton-lua
- Lua binding of automaton
There are pretty much no users other than me so lacks documents if you want to use. Please feel free to ask questions on Twitter ❤