xCuri0 / glfw-android-example

Example for using GLFW Android port
MIT License
30 stars 3 forks source link

Maybe SDL is a good start point for OpenGL based native app? #2

Open faywong opened 5 years ago

faywong commented 5 years ago

I see all your contribution to bring up GLFW on android platform, also verified the example project.

I want to port NanoGUI to android platform, so i also need to port GLFW to android platform.

I think it's not easy to handle input event and multi-thread management in GLFW @android.

But there's already Imgui + SDL runs on android, and the event system works(through not perfect).

What's your opinion about this?

faywong commented 5 years ago

Also the android platform adapt logic implemented in glfm maybe need to be adopted. It does detailed processing to input event、page lifecycle、system global event.

tim3385 commented 5 years ago

w

Also the android platform adapt logic implemented in glfm maybe need to be adopted. It does detailed processing to input event、page lifecycle、system global event.

Also the android platform adapt logic implemented in glfm maybe need to be adopted. It does detailed processing to input event、page lifecycle、system global event.

我也在关注这个项目,看你的介绍似乎也是武汉理工的?

faywong commented 5 years ago

w

Also the android platform adapt logic implemented in glfm maybe need to be adopted. It does detailed processing to input event、page lifecycle、system global event.

Also the android platform adapt logic implemented in glfm maybe need to be adopted. It does detailed processing to input event、page lifecycle、system global event.

我也在关注这个项目,看你的介绍似乎也是武汉理工的?

对。WHUT 的。