@manycore/aholo-splat-transform 1.2.7 → 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,12 @@
1
1
  # ChangeLOG
2
2
 
3
+ ## 1.2.8
4
+
5
+ - 升级`typescript@^6.0.3`
6
+ - `WebP`编码防止压缩纯透明数据
7
+ - 支持`spz v4`输入和输出(默认还是v3)
8
+ - 支持`esz`格式输入和输出
9
+
3
10
  ## 1.2.7
4
11
 
5
12
  - `ReadTask`支持`maxShDegree`参数
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,10 +4,10 @@ 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
@@ -34,6 +34,6 @@ Commands:
34
34
  lod:auto-chunk [options] <input> <output> Generate auto-chunk-lod for gaussian splat file
35
35
  ```
36
36
 
37
- ## Notice
37
+ ## CopyRight
38
38
 
39
- The code of the tool(AKA. `@manycore/aholo-splat-transform`) is not open source, you may use the the tool to generate content for any purpose, but you cannot redistribute the tool.
39
+ [CopyRight](./COPYRIGHT.md)