ceramic-engine / ceramic

Cross-platform 2D framework written in Haxe that can export natively to desktop (windows, mac, linux), mobile (ios, android), web (js + webgl) and to unity projects
MIT License
263 stars 22 forks source link

Integrate with ANGLE #116

Open jeremyfa opened 1 year ago

jeremyfa commented 1 year ago

ANGLE now supports GLES 3.0 with both DirectX 11 (windows) and Metal (ios/mac).

It seems like a good time to use it within Ceramic because:

These benefits, without changing the current backend for Clay, which is already compatible with GLES 3.0 spec!