zng-ui / zng

Cross-platform GUI framework.
Apache License 2.0
58 stars 1 forks source link

Implement iOS view-process #72

Open SamRodri opened 7 months ago

SamRodri commented 7 months ago

Winit supports it, maybe we can extend zng-view to support iOS instead of implementing a new crate.

SamRodri commented 3 months ago

Glutin does not support it, maybe just implement the software render, blip.

SamRodri commented 1 month ago

OpenGL ES is deprecated by Apple in iOS devices.

SamRodri commented 1 month ago

ANGLE targets Apple Metal back-end, so we can create an OpenGl context using ANGLE probably.