Saghen / WebGL-Particles

A replica of Particles.js rendered with webgl
https://particles.saghen.dev
5 stars 1 forks source link

Switch to Optional WebAssembly #4

Open Saghen opened 4 years ago

Saghen commented 4 years ago

Aaditya has brought up switching the generation of particles and render loop over to WebAssembly to ensure consistent and improved performance. This option will have to be optional if this library is to be a viable replacement for Particles.js.

This is far from my area of expertise so I'll need help with this.