@thi.ng/webgl 6.9.4 → 6.9.6
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.
- package/CHANGELOG.md +1 -1
- package/README.md +5 -3
- package/package.json +18 -18
- package/texture.js +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 198 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -100,12 +100,11 @@ Browser ESM import:
|
|
|
100
100
|
|
|
101
101
|
[JSDelivr documentation](https://www.jsdelivr.com/)
|
|
102
102
|
|
|
103
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 11.
|
|
103
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 11.64 KB
|
|
104
104
|
|
|
105
105
|
## Dependencies
|
|
106
106
|
|
|
107
107
|
- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
|
|
108
|
-
- [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/develop/packages/associative)
|
|
109
108
|
- [@thi.ng/canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/canvas)
|
|
110
109
|
- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
|
|
111
110
|
- [@thi.ng/equiv](https://github.com/thi-ng/umbrella/tree/develop/packages/equiv)
|
|
@@ -113,6 +112,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 11.67 KB
|
|
|
113
112
|
- [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/develop/packages/logger)
|
|
114
113
|
- [@thi.ng/matrices](https://github.com/thi-ng/umbrella/tree/develop/packages/matrices)
|
|
115
114
|
- [@thi.ng/memoize](https://github.com/thi-ng/umbrella/tree/develop/packages/memoize)
|
|
115
|
+
- [@thi.ng/object-utils](https://github.com/thi-ng/umbrella/tree/develop/packages/object-utils)
|
|
116
116
|
- [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel)
|
|
117
117
|
- [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast)
|
|
118
118
|
- [@thi.ng/shader-ast-glsl](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast-glsl)
|
|
@@ -121,6 +121,8 @@ Package sizes (brotli'd, pre-treeshake): ESM: 11.67 KB
|
|
|
121
121
|
- [@thi.ng/vector-pools](https://github.com/thi-ng/umbrella/tree/develop/packages/vector-pools)
|
|
122
122
|
- [@thi.ng/vectors](https://github.com/thi-ng/umbrella/tree/develop/packages/vectors)
|
|
123
123
|
|
|
124
|
+
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
125
|
+
|
|
124
126
|
## Usage examples
|
|
125
127
|
|
|
126
128
|
22 projects in this repo's
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/webgl",
|
|
3
|
-
"version": "6.9.
|
|
3
|
+
"version": "6.9.6",
|
|
4
4
|
"description": "WebGL & GLSL abstraction layer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,22 +40,22 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/
|
|
45
|
-
"@thi.ng/
|
|
46
|
-
"@thi.ng/
|
|
47
|
-
"@thi.ng/
|
|
48
|
-
"@thi.ng/
|
|
49
|
-
"@thi.ng/
|
|
50
|
-
"@thi.ng/
|
|
51
|
-
"@thi.ng/
|
|
52
|
-
"@thi.ng/pixel": "^
|
|
53
|
-
"@thi.ng/shader-ast": "^0.15.
|
|
54
|
-
"@thi.ng/shader-ast-glsl": "^0.4.
|
|
55
|
-
"@thi.ng/shader-ast-stdlib": "^0.18.
|
|
56
|
-
"@thi.ng/transducers": "^9.0.
|
|
57
|
-
"@thi.ng/vector-pools": "^3.2.
|
|
58
|
-
"@thi.ng/vectors": "^7.11.
|
|
43
|
+
"@thi.ng/api": "^8.11.7",
|
|
44
|
+
"@thi.ng/canvas": "^0.2.24",
|
|
45
|
+
"@thi.ng/checks": "^3.6.9",
|
|
46
|
+
"@thi.ng/equiv": "^2.1.63",
|
|
47
|
+
"@thi.ng/errors": "^2.5.13",
|
|
48
|
+
"@thi.ng/logger": "^3.0.17",
|
|
49
|
+
"@thi.ng/matrices": "^2.4.6",
|
|
50
|
+
"@thi.ng/memoize": "^3.3.9",
|
|
51
|
+
"@thi.ng/object-utils": "^1.1.0",
|
|
52
|
+
"@thi.ng/pixel": "^7.0.0",
|
|
53
|
+
"@thi.ng/shader-ast": "^0.15.22",
|
|
54
|
+
"@thi.ng/shader-ast-glsl": "^0.4.130",
|
|
55
|
+
"@thi.ng/shader-ast-stdlib": "^0.18.22",
|
|
56
|
+
"@thi.ng/transducers": "^9.0.12",
|
|
57
|
+
"@thi.ng/vector-pools": "^3.2.6",
|
|
58
|
+
"@thi.ng/vectors": "^7.11.6"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@microsoft/api-extractor": "^7.47.0",
|
|
@@ -220,5 +220,5 @@
|
|
|
220
220
|
],
|
|
221
221
|
"year": 2014
|
|
222
222
|
},
|
|
223
|
-
"gitHead": "
|
|
223
|
+
"gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n"
|
|
224
224
|
}
|