@thi.ng/colored-noise 0.3.11 → 0.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +13 -0
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-08-01T14:53:59Z
3
+ - **Last updated**: 2022-08-07T15:28:01Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -20,6 +20,7 @@ This project is part of the
20
20
  - [Related packages](#related-packages)
21
21
  - [Installation](#installation)
22
22
  - [Dependencies](#dependencies)
23
+ - [Usage examples](#usage-examples)
23
24
  - [API](#api)
24
25
  - [Use as IGen in @thi.ng/dsp](#use-as-igen-in-thingdsp)
25
26
  - [Authors](#authors)
@@ -381,6 +382,18 @@ Package sizes (gzipped, pre-treeshake): ESM: 538 bytes
381
382
  - [@thi.ng/binary](https://github.com/thi-ng/umbrella/tree/develop/packages/binary)
382
383
  - [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/develop/packages/random)
383
384
 
385
+ ## Usage examples
386
+
387
+ Several demos in this repo's
388
+ [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
389
+ directory are using this package.
390
+
391
+ A selection:
392
+
393
+ | Screenshot | Description | Live demo | Source |
394
+ |:-----------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------|:------------------------------------------------------|:-----------------------------------------------------------------------------------|
395
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-float-fbo.jpg" width="240"/> | Drawing to floating point offscreen / multi-pass shader pipeline | [Demo](https://demo.thi.ng/umbrella/webgl-float-fbo/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-float-fbo) |
396
+
384
397
  ## API
385
398
 
386
399
  [Generated API docs](https://docs.thi.ng/umbrella/colored-noise/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/colored-noise",
3
- "version": "0.3.11",
3
+ "version": "0.3.14",
4
4
  "description": "Customizable O(1) ES6 generators for colored noise",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,18 +34,18 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/binary": "^3.3.1",
38
- "@thi.ng/random": "^3.3.4"
37
+ "@thi.ng/binary": "^3.3.2",
38
+ "@thi.ng/random": "^3.3.5"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-extractor": "^7.25.0",
42
42
  "@thi.ng/api": "^8.3.9",
43
- "@thi.ng/dsp": "^4.2.7",
44
- "@thi.ng/dsp-io-wav": "^2.1.13",
45
- "@thi.ng/testament": "^0.2.10",
46
- "@thi.ng/text-canvas": "^2.4.2",
47
- "@thi.ng/transducers": "^8.3.8",
48
- "@thi.ng/vectors": "^7.5.9",
43
+ "@thi.ng/dsp": "^4.2.10",
44
+ "@thi.ng/dsp-io-wav": "^2.1.16",
45
+ "@thi.ng/testament": "^0.2.11",
46
+ "@thi.ng/text-canvas": "^2.4.5",
47
+ "@thi.ng/transducers": "^8.3.11",
48
+ "@thi.ng/vectors": "^7.5.12",
49
49
  "rimraf": "^3.0.2",
50
50
  "tools": "^0.0.1",
51
51
  "typedoc": "^0.22.17",
@@ -108,5 +108,5 @@
108
108
  ],
109
109
  "year": 2015
110
110
  },
111
- "gitHead": "976ccd698cedaa60dcef2e69030a5eb98898cc4a\n"
111
+ "gitHead": "0eeb5054111cea51f4714b013dda8700ade3cd54\n"
112
112
  }