wasabia / three_dart

three.js rewrite by Dart, Dart 3D library. an easy to use, lightweight, cross-platform, general purpose 3D library.
MIT License
450 stars 80 forks source link

Poor performance #121

Open memarv opened 1 year ago

memarv commented 1 year ago

Please compare two similar examples: https://threejs.org/examples/#misc_controls_trackball https://wasabia.github.io/three_dart_example/#/examples/misc_controls_trackball

I've tested its in browser (desktop and android) and three_dart's version is a lot slower. I've also run the project's example on an Android device and I'm observing the same (also in release build). It looks like it's not using the device's GPU..