https://github.com/szymonkaliski/parametrium
Interactive parameter space explorer for P5.js
https://github.com/szymonkaliski/parametrium
ast p5 p5js react
Last synced: 6 months ago
JSON representation
Interactive parameter space explorer for P5.js
- Host: GitHub
- URL: https://github.com/szymonkaliski/parametrium
- Owner: szymonkaliski
- License: mit
- Created: 2017-03-26T15:17:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T10:50:55.000Z (about 8 years ago)
- Last Synced: 2025-03-24T17:01:43.886Z (7 months ago)
- Topics: ast, p5, p5js, react
- Language: JavaScript
- Homepage: http://szymonkaliski.github.io/parametrium
- Size: 2.76 MB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Parametrium
## Interactive parameter space explorer for P5.js
Live: [http://szymonkaliski.github.io/parametrium](http://szymonkaliski.github.io/parametrium)
Made with [recast](https://github.com/benjamn/recast), [react](https://facebook.github.io/react/), [redux](https://github.com/reactjs/redux) and [immutable](https://facebook.github.io/immutable-js/).
Features AST-walker with number detection, and evolutionary algorithm adapted from [WallGen](http://szymonkaliski.github.io/wallgen).
## Run
1. clone this repo
2. `yarn` or `npm install`
3. `yarn run start` or `npm start`## Build
1. `yarn run build` or `npm run build`