Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guillaume-gomez/p5-sandbox


https://github.com/guillaume-gomez/p5-sandbox

Last synced: 19 days ago
JSON representation

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)