-
Notifications
You must be signed in to change notification settings - Fork 61
Description
I've been doing some analysis of Servo crates and came across this one https://github.com/servo/cgl-rs, which is I believe is minimal bindings to Apple's Core OpenGL framework. I wanted to point it out to this project as I know you've been looking at Servo's other Apple binding crates (https://github.com/servo/core-foundation-rs).
And I wanted to see whether this would/could be in scope for the objc2 project? I saw some docs currently suggest that people use Metal instead of OpenGL which is somewhat reasonable but also unlikely to be feasible for the Servo project anytime soon as WebRender is OpenGL based.
If not, then it's probably not a big deal for us to continue to maintain the existing cgl
crate (it's not much code). But I at least wanted to make you aware that there's demand for a crate covering this framework.