Desktop editor for p5.js
The P5 Desktop is a simple coding environment designed for new programmers to get started with p5.js. It's modeled off of the Processing editor, and intended to provide a similar experience. Its currently in beta stage so you cannot use any of the features of this app until it is released. Contributers are welcome.
- Clone this repo:
git clone https://github.com/Andy-Python-Programmer/p5-desktop.git
- Enter the repo directory and install the development modules:
npm install
- Start up the app:
npm run start
Want to contribute? Follow the setup steps and start to write some code. This project uses electron.js so it is easy for you to start contributing!