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

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.

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
alt text

***

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