@manycore/aholo-splat-transform 1.2.7-alpha.0 → 1.2.8

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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # ChangeLOG
2
2
 
3
+ ## 1.2.8
4
+
5
+ - 升级`typescript@^6.0.3`
6
+ - `WebP`编码防止压缩纯透明数据
7
+ - 支持`spz v4`输入和输出(默认还是v3)
8
+ - 支持`esz`格式输入和输出
9
+
10
+ ## 1.2.7
11
+
12
+ - `ReadTask`支持`maxShDegree`参数
13
+
3
14
  ## 1.2.6
4
15
 
5
16
  - 体素化新增 cpu 实现以及部分算法优化
package/COPYRIGHT.md ADDED
@@ -0,0 +1,17 @@
1
+ # Copyright and Use Notice
2
+
3
+ Copyright (c) Manycore. All rights reserved.
4
+
5
+ This notice applies to `@manycore/aholo-splat-transform`, including the distributed command-line tool, binaries, package files, and related materials (the "Tool").
6
+
7
+ The Tool is proprietary and is not open source. No open-source license or source-code license is granted for the Tool itself.
8
+
9
+ You may use the Tool, as distributed by Manycore, to generate, transform, process, or export content for any purpose, including commercial and non-commercial purposes. Manycore does not claim ownership of content solely because it was generated, transformed, processed, or exported with the Tool.
10
+
11
+ You are responsible for ensuring that you have the necessary rights to any input content, assets, data, or materials used with the Tool.
12
+
13
+ You may not copy, redistribute, sublicense, sell, rent, host, mirror, repackage, publish, or otherwise make the Tool available to any third party, whether modified or unmodified, except with prior written permission from Manycore.
14
+
15
+ Third-party components included with or used by the Tool remain subject to their respective license terms. See `THIRD_PARTY_LICENSES.txt` for third-party license notices.
16
+
17
+ The Tool is provided as is, without warranties or support obligations unless separately agreed in writing.
package/README.md CHANGED
@@ -4,15 +4,17 @@ A 3DGS modifier used by aholo
4
4
 
5
5
  ## Requirement
6
6
 
7
- - node >= 20.19.0
7
+ - node >= 22.22.1
8
8
  - system
9
- - windows: windows 22H2+, D3D12 or Vulkan compatible GPU(When use GPU features, dedicated GPU for better performance)
10
- - linux: glibc >=2.34, libstdc++ >= 3.4.30, Vulkan compatible GPU(When use GPU features, dedicated GPU for better performance)
9
+ - windows: windows 22H2+, x86_64, D3D12 or Vulkan compatible GPU(When use GPU features, dedicated GPU for better performance)
10
+ - linux: x86_64, glibc >= 2.34, libstdc++ >= 3.4.30, Vulkan compatible GPU(When use GPU features, dedicated GPU for better performance)
11
11
  - osx: Not Supported
12
12
 
13
13
  ## Usage
14
14
 
15
15
  ```bash
16
+ npm install @manycore/aholo-splat-transform -g
17
+
16
18
  splat-transform --help
17
19
 
18
20
  Execute a task pipeline from configuration file
@@ -31,3 +33,7 @@ Commands:
31
33
  lod:auto [options] <input> <output> Generate auto-lod for gaussian splat file
32
34
  lod:auto-chunk [options] <input> <output> Generate auto-chunk-lod for gaussian splat file
33
35
  ```
36
+
37
+ ## CopyRight
38
+
39
+ [CopyRight](./COPYRIGHT.md)