Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create More Comprehensive Particle System #1

Open
secretrobotron opened this issue Nov 12, 2010 · 1 comment
Open

Create More Comprehensive Particle System #1

secretrobotron opened this issue Nov 12, 2010 · 1 comment
Assignees

Comments

@secretrobotron
Copy link
Collaborator

Particle system framework should be as such:

  • particleSystems have several base types
  • creating a particleSystem will create corresponding particleEmitters
  • emitters will create particles in accordance with their particleSystem's emission policy (buckets/linked-lists)
  • update() runs particle update function, updates particle array
  • draw() only draws particle array (no updates)
@cjcliffe
Copy link
Owner

particleEmitter has been temporarily pulled while I work on resolving the ParticleSystem structure

@ghost ghost assigned cjcliffe Aug 3, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants