THANK U!
I have always looked for a set of GUI rendering tasks benchmarked across different GUI libraries (chromium, QT, GTK, flutter, etc) and see the effect on performance and energy consumption metrics.
edit: wait they seem to only measure code quality and not publish rendering/FPS performance ? such a missed opportunity...
(Speaker here) Our approach is to issue point writes to the DOM like Solid.js (no virtual DOM), so we hope our numbers are in the ballpark of that. You're right, we need to start measuring it, it's been on the backlog. hopefully soon. We do have 7GUIs btw
Ryansolid, the author of solidJS has made a small library dedicated to enabling optimally efficient dom writes:
https://github.com/ryansolid/dom-expressions
It's the core behind Solid.js and he has brillantly ported it to Vue.js making this vue fork on par with solid
https://github.com/ryansolid/vuerx-jsx
so you would probably benefit from using and contributing to it.
Also, where is the github repo of ur project so that I can follow it?
Thank you, had not seen that! Github is still private, we're entering technical alpha right now. Best place to follow is https://twitter.com/dustingetz or the email capture form at https://www.hyperfiddle.net/ for major announcements