@thi.ng/webgl-shadertoy 0.4.26 → 0.4.28
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 -5
- package/package.json +10 -10
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-shadertoy)
|
|
6
6
|

|
|
@@ -10,8 +10,8 @@ This project is part of the
|
|
|
10
10
|
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
|
|
11
11
|
|
|
12
12
|
- [About](#about)
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
- [Status](#status)
|
|
14
|
+
- [Related packages](#related-packages)
|
|
15
15
|
- [Installation](#installation)
|
|
16
16
|
- [Dependencies](#dependencies)
|
|
17
17
|
- [Usage examples](#usage-examples)
|
|
@@ -23,13 +23,13 @@ This project is part of the
|
|
|
23
23
|
|
|
24
24
|
Basic WebGL scaffolding for running interactive fragment shaders via [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast). This is a support package for [@thi.ng/webgl](https://github.com/thi-ng/umbrella/tree/develop/packages/webgl).
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
## Status
|
|
27
27
|
|
|
28
28
|
**ALPHA** - bleeding edge / work-in-progress
|
|
29
29
|
|
|
30
30
|
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bwebgl-shadertoy%5D+in%3Atitle)
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
## Related packages
|
|
33
33
|
|
|
34
34
|
- [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast) - DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets
|
|
35
35
|
- [@thi.ng/shader-ast-stdlib](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast-stdlib) - Function collection for modular GPGPU / shader programming with [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/webgl-shadertoy",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.28",
|
|
4
4
|
"description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.4.
|
|
38
|
-
"@thi.ng/shader-ast": "^0.12.
|
|
39
|
-
"@thi.ng/shader-ast-glsl": "^0.4.
|
|
40
|
-
"@thi.ng/webgl": "^6.2.
|
|
37
|
+
"@thi.ng/api": "^8.4.2",
|
|
38
|
+
"@thi.ng/shader-ast": "^0.12.21",
|
|
39
|
+
"@thi.ng/shader-ast-glsl": "^0.4.21",
|
|
40
|
+
"@thi.ng/webgl": "^6.2.5"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@microsoft/api-extractor": "^7.
|
|
44
|
-
"@thi.ng/testament": "^0.
|
|
45
|
-
"@types/node": "^18.
|
|
43
|
+
"@microsoft/api-extractor": "^7.31.1",
|
|
44
|
+
"@thi.ng/testament": "^0.3.0",
|
|
45
|
+
"@types/node": "^18.7.18",
|
|
46
46
|
"rimraf": "^3.0.2",
|
|
47
47
|
"tools": "^0.0.1",
|
|
48
48
|
"typedoc": "^0.22.17",
|
|
49
|
-
"typescript": "^4.
|
|
49
|
+
"typescript": "^4.8.3"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
52
52
|
"animation",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"status": "alpha",
|
|
91
91
|
"year": 2019
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "f4c59114f2d2dfafa9014626038a9ec5242b0606\n"
|
|
94
94
|
}
|