You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge PR #30: replace plyfile with built-in PLY reader/writer
@swell-d introduced a built-in PLY reader/writer to replace the GPL-licensed plyfile dependency, making the project truly MIT-compliant as requested in #29.
Added a minimal internal PLY implementation covering the exact API surface used by gsconverter.
Fixed PLY import handling so --info and other PLY paths work reliably with the built-in reader.
Improved canonical 3DGS roundtrips so cc -> 3dgs no longer carries RGB and the output stays aligned with the original 3DGS format.
Preserved extra PLY elements when explicitly requested, so supported metadata can survive conversion paths.
Thanks to @swell-d for the PR and for solving the licensing issue in a clean way.