bevy_webgl2
bevy_webgl2 copied to clipboard
iOS is not supported
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?
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
Are there any bevy webGL support which is more cross platform than webGPU and webGL 2 for browsers