@thi.ng/webgl 6.2.3 → 6.2.5
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 +7 -7
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/webgl)
|
|
6
6
|

|
|
@@ -11,9 +11,9 @@ This project is part of the
|
|
|
11
11
|
|
|
12
12
|
- [About](#about)
|
|
13
13
|
- [Features](#features)
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
- [Status](#status)
|
|
15
|
+
- [Support packages](#support-packages)
|
|
16
|
+
- [Related packages](#related-packages)
|
|
17
17
|
- [Installation](#installation)
|
|
18
18
|
- [Dependencies](#dependencies)
|
|
19
19
|
- [Usage examples](#usage-examples)
|
|
@@ -55,18 +55,18 @@ Largely declarative WebGL 1.0 / 2.0 abstraction layer, partially ported
|
|
|
55
55
|
- WebGL extension helpers & semi-automatic extension enabling
|
|
56
56
|
- WebGL canvas creation / setup
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
## Status
|
|
59
59
|
|
|
60
60
|
**STABLE** - used in production
|
|
61
61
|
|
|
62
62
|
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bwebgl%5D+in%3Atitle)
|
|
63
63
|
|
|
64
|
-
|
|
64
|
+
## Support packages
|
|
65
65
|
|
|
66
66
|
- [@thi.ng/webgl-msdf](https://github.com/thi-ng/umbrella/tree/develop/packages/webgl-msdf) - Multi-channel SDF font rendering & basic text layout for WebGL
|
|
67
67
|
- [@thi.ng/webgl-shadertoy](https://github.com/thi-ng/umbrella/tree/develop/packages/webgl-shadertoy) - Basic WebGL scaffolding for running interactive fragment shaders via [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast)
|
|
68
68
|
|
|
69
|
-
|
|
69
|
+
## Related packages
|
|
70
70
|
|
|
71
71
|
- [@thi.ng/ecs](https://github.com/thi-ng/umbrella/tree/develop/packages/ecs) - Entity Component System based around typed arrays & sparse sets
|
|
72
72
|
- [@thi.ng/geom](https://github.com/thi-ng/umbrella/tree/develop/packages/geom) - Functional, polymorphic API for 2D geometry types & SVG generation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/webgl",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.5",
|
|
4
4
|
"description": "WebGL & GLSL abstraction layer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,30 +34,30 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/adapt-dpi": "^2.1.
|
|
38
|
-
"@thi.ng/api": "^8.4.
|
|
39
|
-
"@thi.ng/associative": "^6.2.
|
|
40
|
-
"@thi.ng/checks": "^3.2.
|
|
41
|
-
"@thi.ng/equiv": "^2.1.
|
|
42
|
-
"@thi.ng/errors": "^2.
|
|
43
|
-
"@thi.ng/logger": "^1.
|
|
44
|
-
"@thi.ng/matrices": "^2.1.
|
|
45
|
-
"@thi.ng/memoize": "^3.1.
|
|
46
|
-
"@thi.ng/pixel": "^
|
|
47
|
-
"@thi.ng/shader-ast": "^0.12.
|
|
48
|
-
"@thi.ng/shader-ast-glsl": "^0.4.
|
|
49
|
-
"@thi.ng/shader-ast-stdlib": "^0.12.
|
|
50
|
-
"@thi.ng/transducers": "^8.3.
|
|
51
|
-
"@thi.ng/vector-pools": "^3.1.
|
|
52
|
-
"@thi.ng/vectors": "^7.5.
|
|
37
|
+
"@thi.ng/adapt-dpi": "^2.1.11",
|
|
38
|
+
"@thi.ng/api": "^8.4.2",
|
|
39
|
+
"@thi.ng/associative": "^6.2.8",
|
|
40
|
+
"@thi.ng/checks": "^3.2.5",
|
|
41
|
+
"@thi.ng/equiv": "^2.1.10",
|
|
42
|
+
"@thi.ng/errors": "^2.2.0",
|
|
43
|
+
"@thi.ng/logger": "^1.3.0",
|
|
44
|
+
"@thi.ng/matrices": "^2.1.25",
|
|
45
|
+
"@thi.ng/memoize": "^3.1.12",
|
|
46
|
+
"@thi.ng/pixel": "^4.0.0",
|
|
47
|
+
"@thi.ng/shader-ast": "^0.12.21",
|
|
48
|
+
"@thi.ng/shader-ast-glsl": "^0.4.21",
|
|
49
|
+
"@thi.ng/shader-ast-stdlib": "^0.12.14",
|
|
50
|
+
"@thi.ng/transducers": "^8.3.15",
|
|
51
|
+
"@thi.ng/vector-pools": "^3.1.25",
|
|
52
|
+
"@thi.ng/vectors": "^7.5.16"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@microsoft/api-extractor": "^7.
|
|
56
|
-
"@thi.ng/testament": "^0.
|
|
55
|
+
"@microsoft/api-extractor": "^7.31.1",
|
|
56
|
+
"@thi.ng/testament": "^0.3.0",
|
|
57
57
|
"rimraf": "^3.0.2",
|
|
58
58
|
"tools": "^0.0.1",
|
|
59
59
|
"typedoc": "^0.22.17",
|
|
60
|
-
"typescript": "^4.
|
|
60
|
+
"typescript": "^4.8.3"
|
|
61
61
|
},
|
|
62
62
|
"keywords": [
|
|
63
63
|
"2d",
|
|
@@ -215,5 +215,5 @@
|
|
|
215
215
|
],
|
|
216
216
|
"year": 2014
|
|
217
217
|
},
|
|
218
|
-
"gitHead": "
|
|
218
|
+
"gitHead": "f4c59114f2d2dfafa9014626038a9ec5242b0606\n"
|
|
219
219
|
}
|