Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francoisschwarzentruber/p5anim
Simple animation editor using p5
https://github.com/francoisschwarzentruber/p5anim
animation-editor p5js p5js-animation p5js-experiment simple-application
Last synced: 3 days ago
JSON representation
Simple animation editor using p5
- Host: GitHub
- URL: https://github.com/francoisschwarzentruber/p5anim
- Owner: francoisschwarzentruber
- Created: 2023-08-20T13:31:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T13:40:26.000Z (about 1 year ago)
- Last Synced: 2024-10-23T22:59:49.954Z (24 days ago)
- Topics: animation-editor, p5js, p5js-animation, p5js-experiment, simple-application
- Language: HTML
- Homepage: https://francoisschwarzentruber.github.io/p5anim/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p5anim
Simple animation editor using p5.js![image](https://github.com/francoisschwarzentruber/p5anim/assets/43071857/818e8af2-90b6-48b2-aa3e-ca991203efd6)
## How to?
- Write p5.js instructions (without space!) in the text area.
- The timeline is the text area itself.
- Special variable assignments of the form `x=a::::::::::::::b` means that variable `x` ranges from `a` to `b` in the corresponding time interval.
- The symbol `|` stops the execution of the previous instruction on that line.