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 +3 -1
- package/package.json +1 -1
- package/webgl2.wasm +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# WebGL2 Development Platform: VISION
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
GPU in WASM: slow but guaranteed and immovable like Sisyphus's rock.
|
|
4
4
|
|
|
5
5
|

|
|
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
package/webgl2.wasm
CHANGED
|
Binary file
|