How to use GLFW with OpenGL ES (Android)

Hello guys, can i use GLFW to Create an OpenGL ES window and how?
I have been using GLFW quite long for OpenGL but how can i use it to create a window and context in OpenGL ES (Mobile).
Any tips or tutorials on this?

GLFW doesn’t currently support mobile operating systems like Android and iOS, see this issue. The API has been designed for desktop systems and it would take a fair amount of work plus API changes to make this work, so I don’t anticipate it happening soon.

1 Like

Ok , Thanks a lot for the confirmation