@manycore/aholo-splat-transform 1.2.9 → 1.2.10
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 +4 -0
- package/README.md +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ A 3DGS modifier used by aholo
|
|
|
8
8
|
- system
|
|
9
9
|
- windows: windows 22H2+, x86_64, D3D12 or Vulkan compatible GPU(When use GPU features, dedicated GPU for better performance)
|
|
10
10
|
- linux: x86_64, glibc >= 2.34, libstdc++ >= 3.4.30, Vulkan compatible GPU(When use GPU features, dedicated GPU for better performance)
|
|
11
|
-
- osx:
|
|
11
|
+
- osx: apple silicon ARM64 only.
|
|
12
12
|
|
|
13
13
|
## Usage
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manycore/aholo-splat-transform",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10",
|
|
4
4
|
"description": "Transform & filter Gaussian splats file",
|
|
5
5
|
"author": "egs",
|
|
6
6
|
"repository": "https://github.com/manycoretech/aholo-viewer.git",
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
"webgpu": "^0.4.0"
|
|
32
32
|
},
|
|
33
33
|
"optionalDependencies": {
|
|
34
|
-
"@manycore/aholo-splat-transform-
|
|
35
|
-
"@manycore/aholo-splat-transform-
|
|
34
|
+
"@manycore/aholo-splat-transform-darwin-arm64": "1.2.10",
|
|
35
|
+
"@manycore/aholo-splat-transform-linux-x64-gnu": "1.2.10",
|
|
36
|
+
"@manycore/aholo-splat-transform-win32-x64-msvc": "1.2.10"
|
|
36
37
|
}
|
|
37
38
|
}
|