@voluma/vlam 0.2.0 → 0.2.1
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 +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,6 +15,12 @@ Local site and generated API: `npm run dev` (http://localhost:5170, viewer at `/
|
|
|
15
15
|
|
|
16
16
|
> Package `@voluma/vlam`, public **0.2.0**. APIs may still move before 1.0.
|
|
17
17
|
|
|
18
|
+
## Important notice!
|
|
19
|
+
This is a pre-release. The API can still change in breaking ways before v1.0. Great for prototypes and experiments, not yet recommended for production.
|
|
20
|
+
|
|
21
|
+
Phones and laptops with integrated graphics, like a MacBook Air, still need a lot of testing and tuning. Frame rate and image quality on those devices are not final.
|
|
22
|
+
|
|
23
|
+
|
|
18
24
|
## Install
|
|
19
25
|
|
|
20
26
|
```bash
|
|
@@ -47,7 +53,9 @@ renderer.setAnimationLoop(() => {
|
|
|
47
53
|
});
|
|
48
54
|
```
|
|
49
55
|
|
|
50
|
-
|
|
56
|
+
|
|
57
|
+
Supported formats: `.sog`, `.ply`, `.spz`, `.splat`, `.ksplat`, `.lcc`, `.lcc2`, `.rad`, `.radc`.
|
|
58
|
+
|
|
51
59
|
|
|
52
60
|
## Contributing
|
|
53
61
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voluma/vlam",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "VLAM! - A lightweight WebGPU Gaussian splat viewer for three.js, built for high performance, streaming LOD, and fully customizable rendering through an open shader pipeline.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Voluma",
|