https://github.com/micycle1/electron-p5-demo
A simple example showing how Electron and p5.js may be integrated.
https://github.com/micycle1/electron-p5-demo
boilerplate electron electron-app p5 p5-sketches p5js processing processingjs
Last synced: about 1 month ago
JSON representation
A simple example showing how Electron and p5.js may be integrated.
- Host: GitHub
- URL: https://github.com/micycle1/electron-p5-demo
- Owner: micycle1
- Created: 2018-07-31T12:33:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T13:19:52.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T03:28:57.532Z (over 1 year ago)
- Topics: boilerplate, electron, electron-app, p5, p5-sketches, p5js, processing, processingjs
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron-p5 Demo
###### A simple example showing how Electron and p5.js may be integrated.
***
## Installing & Running
##### 1. Clone this repository
##### 2. Install Electron in the cloned directory with...
##### `npm install electron`
##### 3. Run with...
##### `npm start`
###### or
##### open *run.bat*
## Result

***
[p5 sketch runnable online here.](https://codepen.io/kilianso/pen/dMpbbg)