Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0b5vr/automaton
Animation engine for creative coding
https://github.com/0b5vr/automaton
animation demoscene gui javascript
Last synced: about 6 hours ago
JSON representation
Animation engine for creative coding
- Host: GitHub
- URL: https://github.com/0b5vr/automaton
- Owner: 0b5vr
- License: mit
- Created: 2017-02-20T21:24:51.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-31T00:02:37.000Z (over 1 year ago)
- Last Synced: 2024-10-13T07:41:29.094Z (about 1 month ago)
- Topics: animation, demoscene, gui, javascript
- Language: TypeScript
- Homepage:
- Size: 38.9 MB
- Stars: 534
- Watchers: 12
- Forks: 12
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Animation engine for creative coding[![Inspect](https://github.com/0b5vr/automaton/workflows/Inspect/badge.svg)](https://github.com/0b5vr/automaton/actions)
## Playground! (Tutorial)
![Playground](./packages/automaton-with-gui/readme-images/playground.gif)
Try our playground!
It comes with bunch of examples.[https://0b5vr.github.io/automaton/automaton-with-gui](https://0b5vr.github.io/automaton/automaton-with-gui)
You might want to also check examples of [the core package](https://github.com/0b5vr/automaton/tree/dev/packages/automaton).
## 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`](./packages/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`](./packages/automaton-with-gui) intended to be used in development stage is pretty big since it contains third party codes like React.## Packages
- [`@0b5vr/automaton`](./packages/automaton) [![Latest NPM release](https://img.shields.io/npm/v/@0b5vr/automaton.svg)](https://www.npmjs.com/package/@0b5vr/automaton)
- Core package of the automaton
- [`@0b5vr/automaton-fxs`](./packages/automaton-fxs) [![Latest NPM release](https://img.shields.io/npm/v/@0b5vr/automaton-fxs.svg)](https://www.npmjs.com/package/@0b5vr/automaton-fxs)
- A package that contains bunch of automaton fxs
- [`@0b5vr/automaton-fxs-v2compat`](./packages/automaton-fxs-v2compat) [![Latest NPM release](https://img.shields.io/npm/v/@0b5vr/automaton-fxs-v2compat.svg)](https://www.npmjs.com/package/@0b5vr/automaton-fxs-v2compat)
- A package that contains Automaton v2 compatibility fxs
- [`@0b5vr/automaton-with-gui`](./packages/automaton-with-gui) [![Latest NPM release](https://img.shields.io/npm/v/@0b5vr/automaton-with-gui.svg)](https://www.npmjs.com/package/@0b5vr/automaton-with-gui)
- A variant of automaton that comes with GUI!## Friend projects
- [automaton-electron](https://github.com/0b5vr/automaton-electron)
- Electron client of automaton
- [automaton-lua](https://github.com/0b5vr/automaton-lua)
- Lua binding of automaton## 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](https://twitter.com/0b5vr) ❤## License
[MIT](./LICENSE)