-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fps benchmark speed #189
Comments
There was discussion of using a more efficient backend for macOS, see #83 |
Ok, great news... |
For Linux, I've personally benchmarked it to be around 600 FPS in the worst case. Not sure about other platforms; we use less efficient strategies for those. |
Though if you get 600fps testing softbuffer, that will go down as soon as you have a software renderer doing non-trivial things. Which presumably would be the case for typical real uses. Hopefully softbuffer won't be the bottleneck. But if you want the best performance you'll want OpenGL/Vulkan/Metal rather than a software renderer. |
Yes it goes down very quickly by doing some trivial things too :( |
Hello,
The readme example below runs at approximatively 120fps on my Mac M1.
Can other processor perform better or is it a softbuffer limitation ?
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: