Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.