https://github.com/davidedc/using-dat-gui-with-processing-js
A simple example of using dat.GUI with Processing.js
https://github.com/davidedc/using-dat-gui-with-processing-js
Last synced: 12 months ago
JSON representation
A simple example of using dat.GUI with Processing.js
- Host: GitHub
- URL: https://github.com/davidedc/using-dat-gui-with-processing-js
- Owner: davidedc
- Created: 2012-12-13T20:36:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-14T17:01:37.000Z (over 13 years ago)
- Last Synced: 2025-03-05T23:45:07.286Z (over 1 year ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
A simple sketch that connects dat.GUI with processing.js. Nothing interesting really, just something for future reference.
Specifically, this sketch draws a shape like in the picture below via a triangle strip, and one can tweak the obvious parameters using dat.GUI on the top right. Maybe useful if one needs to draw a ring section
Processing.js and dat.GUI are projects started by J Resig and Mr Doob respectively.
