A straightforward online p5.js editor that simplifies the p5 process.
Infinity p5 also possesses a preview div that shows the code in action when the execute button is pressed.
Please read the usage requirements below, as it is crucial for the editor to work.
- Editor box
- Preview of code in action
- Ability to execute code
- Built-in console that responds to Window.console (conditions apply)
- Ability to download/open/delete a js file
Currently, version 1.0.0 of Infinity p5 lacks syntax highlighting.
- Editor has built-in console that reponds to console.log() and console.clear(), but not the rest (e.g. console.err())
- Your code in editor must always contain an addCanvas function and a cdraw function for it to work.
Try the Infinity p5 out yourself!
Also, don't forget that this editor has an HTML editor sibling: Repo: Infinity Peasy