-
Notifications
You must be signed in to change notification settings - Fork 120
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
particle system run very slowly #298
Comments
Thank you for submitting your first issue to p5py |
+1 seeing same behavior on 2017 MacBook Pro |
I think this issue will be solved once skia is implimented #212 |
opengl is powerful, why p5py so slow? pygame have better experence with similar code, also arcade. mabye there are ways to figure it still use opengl and glfw |
skia use glfw |
You can try the new experimental renderer or visit #357. I tried the above example and it runs fine for skia |
Describe the bug
simple particle system run slowly
To Reproduce
just run the code above
Expected behavior
as least fluently like https://editor.p5js.org/yonghuming/full/BDkk1FPlP
System information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: