Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaume-gomez/p5-sandbox
https://github.com/guillaume-gomez/p5-sandbox
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/guillaume-gomez/p5-sandbox
- Owner: guillaume-gomez
- Created: 2017-11-09T22:29:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T15:19:03.000Z (10 months ago)
- Last Synced: 2024-10-15T04:17:31.209Z (about 1 month ago)
- Language: JavaScript
- Size: 4.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P5 sandbox
The repository contains my experiments with P5 librairies
[Special thanks to Es6-Js boilterplatoe](https://github.com/mkontogiannis/p5.js-es6-babel-sass-webpack-boilerplate)
## How ro run
```
yarn install
yarn dev
```open `dist/index.html` file
If you want to change the exemple, please open `index.js` and change the example loaded in p5 :)
## Examples
![demo1](cubewabbee.png)
![demo2](gameOfLife.png)
![demo3](spirograph.png)
![demo4](terrain.png)