automaton icon indicating copy to clipboard operation
automaton copied to clipboard

Animation engine for creative coding

Automaton

Animation engine for creative coding

Inspect

Originally made for Shift, my WebGL demo

Playground! (Tutorial)

Playground

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.

What is this

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.

Packages

  • @0b5vr/automaton Latest NPM release
    • Core package of the automaton
  • @0b5vr/automaton-fxs Latest NPM release
    • A package that contains bunch of automaton fxs
  • @0b5vr/automaton-fxs-v2compat Latest NPM release
    • A package that contains Automaton v2 compatibility fxs
  • @0b5vr/automaton-with-gui Latest NPM release
    • A variant of automaton that comes with GUI!

Friend projects

Have a problem?

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

License

MIT