slaylines / canvas-engines-comparison

Performance comparison of different canvas rendering engines.
https://benchmarks.slaylines.io
MIT License
768 stars 83 forks source link

Suggestion: Use instancing for three.js #67

Open nzjony opened 8 months ago

nzjony commented 8 months ago

Three.js supports instancing, see: https://threejs.org/examples/?q=instanc#webgl_instancing_performance

This could potentially be offered as a means to render in three.js?

gnykka commented 8 months ago

@nzjony Thank you for the suggestion! I’m not very familiar with Three.js so it may take a while. If you know how to do it and could submit a PR, I’ll gladly merge it asap!