GDevelop-extensions icon indicating copy to clipboard operation
GDevelop-extensions copied to clipboard

New extension: Performance Monitor

Open Eldarduil opened this issue 1 month ago • 0 comments

Description

Adds performance info overlay based on Mrdoob's stats.js. It adds additional 4 custom performance panels from threejs (Draw Calls, Triangles, Geometries, Texture) on top of 3 default panels (FPS, MS, MB) that Stats.js offers. So this extension allows to see total of 7 performance metrics. (can be increased if Gdevelop migrates to newer version of the threejs)

How to use the extension

Start Performance monitor action: Shows performance overlay top of the game with options to see all the panels or classic "click on it to cycle" modes and panel size scale value.

Stop Performance Monitor action: Stops and removes the performance overlay.

Checklist

  • [x] I've followed all of the best practices.
  • [x] I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • [x] I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Community (Unreviewed)

Example file

Performance Monitor.zip

Extension file

PerformanceMonitor.zip

Eldarduil avatar Nov 03 '25 14:11 Eldarduil