The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Native UI on mobile devices
ruler501


Joined: 14 Aug 2014
Posts: 26
Location: Dallas, Texas
I'm working on developing an app for android/ios and maybe other mobile devices and I was wanting to use native UI elements on my app so it would look like it fit in with the rest of the OS. Is it possible to do this with SDL? If not what else is a good framework that will let me have one codebase(preferably in C++) for multiple platforms? I Love SDL, but native ui elements are a must for this app.
RE: Native UI on mobile devices
ruler501


Joined: 14 Aug 2014
Posts: 26
Location: Dallas, Texas
I did find a way to do this with callbacks through Java, but it looks really ugly. What might be a better way to do it?