-
-
Notifications
You must be signed in to change notification settings - Fork 434
Mobile support #49
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
Comments
Did you have any initial plans or designs for this? Manually handling windows, input, etc. for each mobile platform seems like reinventing the wheel when you can bind to something like SDL2# and get both of them for free. Note that you're going to want to be API-agnostic too. EGL/EAGL only applies for GLES, it's fairly trivial to create a Metal |
Yeah I suppose our mistake was opting to use GLFW where it doesn’t have mobile support. You’re not wrong though, SDL does have greater support and we could probably create an SDL backend and allow the user to pick between GLFW and SDL, using SDL by default on platforms where GLFW isn’t supported. |
Closing, as this is pretty much tracked by #48 now |
The text was updated successfully, but these errors were encountered: