Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angle or MetalAngle for iOS #91

Open
demiantres opened this issue Apr 13, 2023 · 2 comments
Open

Angle or MetalAngle for iOS #91

demiantres opened this issue Apr 13, 2023 · 2 comments

Comments

@demiantres
Copy link

demiantres commented Apr 13, 2023

The Angle website (https://github.com/google/angle) mentions compatibility with iOS (although no build instructions for iOS are given). What is the recommended library for iOS - MetalAngle, or Angle?

@braandl
Copy link

braandl commented Nov 17, 2023

So, I have tested MetalAngle in a complex App, right now it performs way worse than just using the "normal" opengl backend. I think google's angle is moving at much higher pace, while this project is maybe not even maintained anymore?

@kakashidinho
Copy link
Owner

My apologies, I have joined Google since last year so right now it’s complicated to continue working on this independent project since it overlaps with my works in Google.

It’s true that Google’s ANGLE has more performance enhancements & bug fixes than MetalANGLE currently. So I recommend using Google’s ANGLE rather than MetalANGLE as of now. The only downside of Google ANGLE is that it currently doesn’t support IOS out of the box since iOS is low priority there. Furthermore Google’s ANGLE doesn’t implement Objecive-C helper classes like MetalANGLE so you would have to use EGL C API in order to setup a GL context. If someone could create an IOS port (xcode project/build files, etc) for Google’s ANGLE it would be much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants