@thi.ng/webgl-shadertoy 0.4.87 → 0.4.89
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 -4
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -73,10 +73,11 @@ directory are using this package.
|
|
|
73
73
|
|
|
74
74
|
A selection:
|
|
75
75
|
|
|
76
|
-
| Screenshot
|
|
77
|
-
|
|
78
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-
|
|
79
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/
|
|
76
|
+
| Screenshot | Description | Live demo | Source |
|
|
77
|
+
|:--------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------|
|
|
78
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-easings.png" width="240"/> | Shader-AST meta-programming techniques for animated function plots | [Demo](https://demo.thi.ng/umbrella/shader-ast-easings/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/shader-ast-easings) |
|
|
79
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-evo.jpg" width="240"/> | Evolutionary shader generation using genetic programming | [Demo](https://demo.thi.ng/umbrella/shader-ast-evo/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/shader-ast-evo) |
|
|
80
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-shadertoy.jpg" width="240"/> | Shadertoy-like WebGL setup | [Demo](https://demo.thi.ng/umbrella/webgl-shadertoy/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-shadertoy) |
|
|
80
81
|
|
|
81
82
|
## API
|
|
82
83
|
|
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.89",
|
|
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",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@thi.ng/api": "^8.9.6",
|
|
38
|
-
"@thi.ng/shader-ast": "^0.12.
|
|
39
|
-
"@thi.ng/shader-ast-glsl": "^0.4.
|
|
40
|
-
"@thi.ng/webgl": "^6.
|
|
38
|
+
"@thi.ng/shader-ast": "^0.12.75",
|
|
39
|
+
"@thi.ng/shader-ast-glsl": "^0.4.75",
|
|
40
|
+
"@thi.ng/webgl": "^6.6.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@microsoft/api-extractor": "^7.38.0",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"status": "alpha",
|
|
91
91
|
"year": 2019
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "fc6e14052ed24bf9196896980ceb9f398b6ea6c1\n"
|
|
94
94
|
}
|