mrk-its / bevy_webgl2

WebGL2 renderer plugin for Bevy game engine
MIT License
172 stars 46 forks source link

iOS is not supported #32

Open madil4 opened 3 years ago

madil4 commented 3 years ago

I guess this is due to the choice of the API webGL 2 which is not supported by Apple. Any way to get around this issue?

mockersf commented 3 years ago

webgl2 mostly works on iOS and macOS Safari, but you have to enable it in the browser experimental features

on iOS, it's in Settings > Safari > Advanced > Experimental Features > WebGL 2.0

madil4 commented 3 years ago

Are there any bevy webGL support which is more cross platform than webGPU and webGL 2 for browsers