webgl2 1.0.19 → 1.0.20

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # WebGL2 Development Platform: VISION
2
2
 
3
- A **Rust + WASM** based toolkit for debugging GLSL shaders and generating ergonomic WebGL2 bindings.
3
+ GPU in WASM: slow but guaranteed and immovable like Sisyphus's rock.
4
4
 
5
5
  ![WebGL2 Singing Dog Logo](./webgl2.png)
6
6
 
@@ -25,6 +25,8 @@ npm run build
25
25
  npm test
26
26
  ```
27
27
 
28
+ [🧊Demo](https://raw.githack.com/mavity/webgl2/refs/heads/main/index.html)
29
+
28
30
  ## ✨ Key Features
29
31
 
30
32
  - **Rust-Owned Context**: All WebGL2 state (textures, buffers, framebuffers) lives in Rust for deterministic resource management.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webgl2",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "WebGL2 tools to derisk large GPU projects on the web beyond toys and demos.",
5
5
  "type": "module",
6
6
  "main": "index.js",
package/webgl2.wasm CHANGED
Binary file