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

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.

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/
```