@thi.ng/webgl 6.2.0 → 6.2.3

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 +2 -1
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-08-08T22:36:17Z
3
+ - **Last updated**: 2022-08-23T10:37:04Z
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
@@ -100,7 +100,7 @@ node --experimental-repl-await
100
100
  > const webgl = await import("@thi.ng/webgl");
101
101
  ```
102
102
 
103
- Package sizes (gzipped, pre-treeshake): ESM: 12.23 KB
103
+ Package sizes (gzipped, pre-treeshake): ESM: 12.46 KB
104
104
 
105
105
  ## Dependencies
106
106
 
@@ -138,6 +138,7 @@ A selection:
138
138
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-tunnel.jpg" width="240"/> | WebGL & Canvas2D textured tunnel shader | [Demo](https://demo.thi.ng/umbrella/shader-ast-tunnel/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/shader-ast-tunnel) |
139
139
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-graph.jpg" width="240"/> | Minimal shader graph developed during livestream #2 | [Demo](https://demo.thi.ng/umbrella/shader-graph/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/shader-graph) |
140
140
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/soa-ecs-100k.png" width="240"/> | Entity Component System w/ 100k 3D particles | [Demo](https://demo.thi.ng/umbrella/soa-ecs/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/soa-ecs) |
141
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-channel-mixer.jpg" width="240"/> | rdom & WebGL-based image channel editor | [Demo](https://demo.thi.ng/umbrella/webgl-channel-mixer/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-channel-mixer) |
141
142
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-cube.png" width="240"/> | WebGL multi-colored cube mesh | [Demo](https://demo.thi.ng/umbrella/webgl-cube/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-cube) |
142
143
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-cubemap.jpg" width="240"/> | WebGL cube maps with async texture loading | [Demo](https://demo.thi.ng/umbrella/webgl-cubemap/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-cubemap) |
143
144
  | <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) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.2.0",
3
+ "version": "6.2.3",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,25 +35,25 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/adapt-dpi": "^2.1.9",
38
- "@thi.ng/api": "^8.3.9",
39
- "@thi.ng/associative": "^6.2.4",
38
+ "@thi.ng/api": "^8.4.1",
39
+ "@thi.ng/associative": "^6.2.6",
40
40
  "@thi.ng/checks": "^3.2.4",
41
41
  "@thi.ng/equiv": "^2.1.9",
42
42
  "@thi.ng/errors": "^2.1.10",
43
- "@thi.ng/logger": "^1.2.0",
44
- "@thi.ng/matrices": "^2.1.20",
45
- "@thi.ng/memoize": "^3.1.9",
46
- "@thi.ng/pixel": "^3.4.11",
47
- "@thi.ng/shader-ast": "^0.12.17",
48
- "@thi.ng/shader-ast-glsl": "^0.4.17",
49
- "@thi.ng/shader-ast-stdlib": "^0.12.10",
50
- "@thi.ng/transducers": "^8.3.11",
51
- "@thi.ng/vector-pools": "^3.1.21",
52
- "@thi.ng/vectors": "^7.5.12"
43
+ "@thi.ng/logger": "^1.2.1",
44
+ "@thi.ng/matrices": "^2.1.23",
45
+ "@thi.ng/memoize": "^3.1.11",
46
+ "@thi.ng/pixel": "^3.4.13",
47
+ "@thi.ng/shader-ast": "^0.12.19",
48
+ "@thi.ng/shader-ast-glsl": "^0.4.19",
49
+ "@thi.ng/shader-ast-stdlib": "^0.12.12",
50
+ "@thi.ng/transducers": "^8.3.13",
51
+ "@thi.ng/vector-pools": "^3.1.23",
52
+ "@thi.ng/vectors": "^7.5.14"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@microsoft/api-extractor": "^7.25.0",
56
- "@thi.ng/testament": "^0.2.11",
56
+ "@thi.ng/testament": "^0.2.12",
57
57
  "rimraf": "^3.0.2",
58
58
  "tools": "^0.0.1",
59
59
  "typedoc": "^0.22.17",
@@ -215,5 +215,5 @@
215
215
  ],
216
216
  "year": 2014
217
217
  },
218
- "gitHead": "e579cb171fc720cbf0b71d3a5f4adfacccdaf214\n"
218
+ "gitHead": "be8423e2019e95c14a096260a93b9762dde0c768\n"
219
219
  }