Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Add a Particle System to simulate rain. #1

Open
mcgivrer opened this issue Dec 6, 2017 · 0 comments
Open

Add a Particle System to simulate rain. #1

mcgivrer opened this issue Dec 6, 2017 · 0 comments

Comments

@mcgivrer
Copy link
Member

mcgivrer commented Dec 6, 2017

Create a new ParticleSystem, a GameObject implementation, to manage a bundle of particles.
A Particle is an interface, it will be implemented into some new Class, like Rain and Drop*

  • A ParticleBehavior is an interface and will be implemented to create, animate and render those particles. A RainBehavior can be used to produce Rain effect.

The ParticleSystem will implement a chained API to set its attributes values.

@mcgivrer mcgivrer self-assigned this Dec 6, 2017
@mcgivrer mcgivrer added this to the Star light milestone Dec 7, 2017
@mcgivrer mcgivrer changed the title Add a Particle System to simulate rain, snow and wind. Add a Particle System to simulate rain. Jan 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant