-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
FPS can be quite low sometimes. This is because all computations happen in a single thread on the CPU right now. It would be quite easy to use several threads on the CPU to speed up performance (since each particle's calculation is independent from the others), but using the GPU to do this would probably be even more effcient. Plus it's a good excuse for me to learn some shader programming
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request