https://github.com/riccardoscalco/glsl-pcg-example
Example of use of the glsl-pcg-prng npm module.
https://github.com/riccardoscalco/glsl-pcg-example
glsl hash pcg pcg-random random webgl2
Last synced: about 1 year ago
JSON representation
Example of use of the glsl-pcg-prng npm module.
- Host: GitHub
- URL: https://github.com/riccardoscalco/glsl-pcg-example
- Owner: riccardoscalco
- License: isc
- Created: 2020-11-25T12:13:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T19:31:33.000Z (over 5 years ago)
- Last Synced: 2025-01-22T22:31:31.504Z (over 1 year ago)
- Topics: glsl, hash, pcg, pcg-random, random, webgl2
- Language: JavaScript
- Homepage:
- Size: 17.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
Example of use of the [glsl-pcg-prng](https://github.com/riccardoscalco/glsl-pcg-prng) module.
You may be interested also in https://observablehq.com/@riccardoscalco/pcg-random-number-generators-in-glsl.
### Install
```
npm install
```
### Run
```
npx canvas-sketch index.js --hot --output=images/
```