sogpy 1.0.0__tar.gz → 1.0.1__tar.gz
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.
- {sogpy-1.0.0/sogpy.egg-info → sogpy-1.0.1}/PKG-INFO +3 -1
- {sogpy-1.0.0 → sogpy-1.0.1}/README.md +2 -0
- {sogpy-1.0.0 → sogpy-1.0.1}/pyproject.toml +1 -1
- {sogpy-1.0.0 → sogpy-1.0.1/sogpy.egg-info}/PKG-INFO +3 -1
- {sogpy-1.0.0 → sogpy-1.0.1}/LICENSE +0 -0
- {sogpy-1.0.0 → sogpy-1.0.1}/setup.cfg +0 -0
- {sogpy-1.0.0 → sogpy-1.0.1}/sogpy.egg-info/SOURCES.txt +0 -0
- {sogpy-1.0.0 → sogpy-1.0.1}/sogpy.egg-info/dependency_links.txt +0 -0
- {sogpy-1.0.0 → sogpy-1.0.1}/sogpy.egg-info/entry_points.txt +0 -0
- {sogpy-1.0.0 → sogpy-1.0.1}/sogpy.egg-info/requires.txt +0 -0
- {sogpy-1.0.0 → sogpy-1.0.1}/sogpy.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sogpy
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Convert Gaussian Splat PLY files to PlayCanvas SOG format
|
|
5
5
|
Author: Sai Kiran Nunemunthala
|
|
6
6
|
License: MIT
|
|
@@ -35,6 +35,8 @@ Dynamic: license-file
|
|
|
35
35
|
|
|
36
36
|
Convert Gaussian Splat `.ply` files to PlayCanvas `.sog` format.
|
|
37
37
|
|
|
38
|
+
> ⚠️ **Note:** This is a direct Python conversion of [splat-transform](https://github.com/playcanvas/splat-transform)'s PLY to SOG Node.js code. One-shotted with Claude Opus 4.5 — use with caution! Contributions are very welcome.
|
|
39
|
+
|
|
38
40
|
## Installation
|
|
39
41
|
|
|
40
42
|
```bash
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Convert Gaussian Splat `.ply` files to PlayCanvas `.sog` format.
|
|
4
4
|
|
|
5
|
+
> ⚠️ **Note:** This is a direct Python conversion of [splat-transform](https://github.com/playcanvas/splat-transform)'s PLY to SOG Node.js code. One-shotted with Claude Opus 4.5 — use with caution! Contributions are very welcome.
|
|
6
|
+
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
7
9
|
```bash
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sogpy
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Convert Gaussian Splat PLY files to PlayCanvas SOG format
|
|
5
5
|
Author: Sai Kiran Nunemunthala
|
|
6
6
|
License: MIT
|
|
@@ -35,6 +35,8 @@ Dynamic: license-file
|
|
|
35
35
|
|
|
36
36
|
Convert Gaussian Splat `.ply` files to PlayCanvas `.sog` format.
|
|
37
37
|
|
|
38
|
+
> ⚠️ **Note:** This is a direct Python conversion of [splat-transform](https://github.com/playcanvas/splat-transform)'s PLY to SOG Node.js code. One-shotted with Claude Opus 4.5 — use with caution! Contributions are very welcome.
|
|
39
|
+
|
|
38
40
|
## Installation
|
|
39
41
|
|
|
40
42
|
```bash
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|