mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
fix: doc/examples/particles, added web to .gitignore feat: doc/examples/particles, added more examples, refactor: Particle does not extend Component refactor: Particle subclasses in separate folder refactor: ParticleComponent is now simple container fix: SingleChildParticle, asserts for child existing feat: AnimationParticle for Flame Animation feat: ComponentParticle for Flame Component feat: SpriteParticle for Flame Sprite
examples folder
This folder contains a collection of more specific examples using flame, specially to showcase some more advanced functionality.
To run this examples after cloning, first run flutter create . inside to generate the necessary files, as per instructed by the other flutter commands.
After that, you should be able to flutter run just fine.