particle_core 0.0.1
particle_core: ^0.0.1 copied to clipboard
Core engine for particle effects in Flutter. High-performance physics, single GPU draw call rendering via drawRawAtlas, and full customization. Used by particle_text and particle_image.
0.0.1 #
- Initial release — extracted from particle_text
- ParticleSystem with spring physics and pointer repulsion
- ParticleConfig with responsive density + 5 presets
- ParticlePainter with single GPU draw call via drawRawAtlas
- Support for both text and image pixel sources
- Auto background color detection for images