mrk-its / bevy_webgl2

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

WebGL 1 #57

Closed dekuraan closed 2 years ago

dekuraan commented 2 years ago

I am trying to get my bevy app to run on older versions of safari, how difficult would it be to convert the code here to run on WebGL 1 instead of 2?

mrk-its commented 2 years ago

This code is deprecated and I'll not maintain it (bevy 0.6 has native WebGL2 support through wgpu). So there is no chance to add WebGL1 support here.