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

Particles galore #60

Open
2 of 4 tasks
MStachowicz opened this issue Oct 11, 2023 · 0 comments
Open
2 of 4 tasks

Particles galore #60

MStachowicz opened this issue Oct 11, 2023 · 0 comments
Assignees
Labels
Feature New feature or request OpenGL OpenGL related things Whale Big tasks requiring time and research

Comments

@MStachowicz
Copy link
Owner

MStachowicz commented Oct 11, 2023

Implement particle simulation and rendering using OpenGL using GPU only compute.

  • CPU particles
  • GPU particle updating
  • GPU particle adding
  • GPU particle defrag (prefix sum)
@MStachowicz MStachowicz added Feature New feature or request OpenGL OpenGL related things Whale Big tasks requiring time and research labels Oct 11, 2023
@MStachowicz MStachowicz self-assigned this Oct 11, 2023
MStachowicz added a commit that referenced this issue Oct 11, 2023
Added one to the default scene.
MStachowicz added a commit that referenced this issue Oct 11, 2023
Owned by the OpenGLRenderer, ParticleRenderer iterates all the ParticleEmitters and updates their Particle vectors and renders them using the particle shader.
Particle data is uploaded to an SSBO and instanced rendered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request OpenGL OpenGL related things Whale Big tasks requiring time and research
Projects
None yet
Development

No branches or pull requests

1 participant