Tresjs / leches

🍰 Tasty GUI for Vue controls
https://tresleches.tresjs.org/
MIT License
28 stars 5 forks source link

Add performance module #76

Closed alvarosabu closed 9 months ago

alvarosabu commented 10 months ago

Is your feature request related to a problem? Please describe.

As of now, we only have https://cientos.tresjs.org/guide/misc/stats-gl.html#statsgl to monitor these metrics:

Will be nice to have a module or separate panes with these metrics +

Similar to https://github.com/utsuboco/r3f-perf

Screenshot 2023-11-17 at 12 38 27

Describe the solution you'd like

We could provide both:

All these values should be available on renderer.value in the TresContext, wonder if it's usable or if we will need to approach it differently.

alvarosabu commented 9 months ago

Cancelled in favor of vue-devtools and nuxt-devtools performance monitor