dronus / VisSynthWeb

MIT License
5 stars 1 forks source link

Support WebGL 2.0 #12

Open dronus opened 6 years ago

dronus commented 6 years ago

WebGL 2.0 compatibility is rising, so we may benefit.

Before implementing, get a sample of currently usable platforms if they are WebGL 2.0 compatible. We won't throw out too many systems again.

dronus commented 6 years ago

Experimental support in 92920d73403d2f11288d9d08f02c0dd62c2550f3 . However as https://caniuse.com/#search=webgl2 states 60% support in the wild (mostly desktop-only), let's wait a little.