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

OpenGL to Metal port #47

Open
ekurutepe opened this issue Nov 13, 2019 · 1 comment
Open

OpenGL to Metal port #47

ekurutepe opened this issue Nov 13, 2019 · 1 comment

Comments

@ekurutepe
Copy link

First of all, thanks for this great library!

Now that OpenGLES has been deprecated since iOS12, are there any plans to port JotUI to Metal?

How much work do you recon it would involve?

Cheers,

Engin.

@adamwulf
Copy link
Owner

Hi! I've thought about it, but my OpenGL-foo isn't great to begin with, I think i'd struggle considerably to port it to Metal. I've no idea how hard it would be, i haven't looked much into Metal. JotUI uses VBOs and some simple shaders, it's not terribly complicated as far as OpenGL goes, but I'm not at all confident in my ability to migrate it over any time soon.

that said, i am looking into other options for drawable views at https://github.com/adamwulf/DrawUI. I'd like to try to build something that's a) easier to maintain, and b) allows hot-swapping out rendering methods while keeping the same functionality. I think it's more likely that i'll build a fresh Metal renderer there than I would upgrade this one.

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

2 participants