flutter_gaussian_splatter 0.2.1
flutter_gaussian_splatter: ^0.2.1 copied to clipboard
Flutter Gaussian Splatter
0.2.1 - 2025-08-22 #
- feat: make profiling optional for optimal performance (defaults to disabled)
- fix: improved FPS measurement accuracy with proper frame timing
- fix: GPU profiling cleanup and optimization
- fix: Resize function
0.2.0 - 2025-08-21 #
- feat: better texture packing with optimized atlas layout (5 texels per splat)
- feat: constants extraction and reorganization for better maintainability
- feat: GPU-side covariance computation for improved performance
- fix: vertex shader improvements with better packing/unpacking logic
- fix: remove old unused covariance calculation code
- fix: Mali GPU compatibility improvements
0.1.3 - 2025-06-25 #
- Use all SH coeffs.
- Fix mirroring of camera.
- Fix Mali GPU issues
0.1.2 - 2025-06-11 #
- Updated README.md to use demo.gif instead of toycar.png in Overview section.
0.1.1 - 2025-06-11 #
- Updated README.md with Acknowledgements, Basic Usage example, and License sections.
- Added LICENSE file.
0.1.0 #
- feat: initial commit 🎉