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

[Feature request] Port the WebGL benchmark #1144

Closed
L1lith opened this issue Oct 5, 2022 · 2 comments
Closed

[Feature request] Port the WebGL benchmark #1144

L1lith opened this issue Oct 5, 2022 · 2 comments
Labels

Comments

@L1lith
Copy link
Contributor

L1lith commented Oct 5, 2022

It would be cool to have some performance metrics against other frameworks. Maybe we should port melonJS to this comparison suite. We could even open a PR on that project.

@L1lith L1lith added the Feature label Oct 5, 2022
@obiot
Copy link
Member

obiot commented Jan 19, 2023

@L1lith have you seen this : https://github.com/Shirajuki/js-game-rendering-benchmark

melonJS does not do bad, while the bigger engines like pixi or phaser keep running at 60fps up to 10'000 sprites, melonJS starts to go down to 45fps at 10'000.

on draw operations though, we are better than phaser, interesting !

No to shabby honestly, and nothing to be ashamed of, but definitely room for optimisation!

@obiot
Copy link
Member

obiot commented Jan 24, 2023

I'm going to close this one, as we do have now a test that shows/compares the performances of melonJS.

This also shows the current limit of melonJS, especially on primitive (shape) drawing, and for that I created this new ticket : #1172

@obiot obiot closed this as completed Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants