Open SamRodri opened 7 months ago
Winit supports it, maybe we can extend zng-view to support iOS instead of implementing a new crate.
zng-view
Glutin does not support it, maybe just implement the software render, blip.
OpenGL ES is deprecated by Apple in iOS devices.
ANGLE targets Apple Metal back-end, so we can create an OpenGl context using ANGLE probably.
Winit supports it, maybe we can extend
zng-view
to support iOS instead of implementing a new crate.