cnlohr / rawdrawandroid

Build android apps without any java, entirely in C and Make
MIT License
2.75k stars 197 forks source link

Using An Alternative to Rawdraw, such as SDL + OpenGL ES? #52

Open TheEmeraldFalcon opened 1 year ago

TheEmeraldFalcon commented 1 year ago

Basically, I was just wondering if I have to use rawdraw for this. I have an application that uses SDL2 for things like GUI and Window management, threading, and interfacing with OpenGL ES. If I am able to use stuff like SDL2, how (in general) would I go about doing that?

cnlohr commented 1 year ago

That way lies much complication and sophistication. I cannot help.