forked from processing/processing4
-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
Stephan Max edited this page Aug 19, 2025
·
2 revisions
- Wrap p5.js sketches in Electron
- Access Node.js functionality
- Run and stop sketch from the editor
- Launch devtools from button in the editor (deferred)
- Toggle to enable/disable hot-reload (running sketch is updated as soon as code changes, without stopping/re-running sketch manually, deferred)
- Looked into different ways to hot-reload main/renderer files via
electron-reloadandelectron-vite
- Looked into different ways to hot-reload main/renderer files via
- Proper editor support (deferred)
- Syntax highlighting
- Auto-completion
- Error highlighting
- Download npm packages ⭐
- Export p5 sketches to standalone apps (September)
- Typescript support for sketches?