Finally found my USB(ACR Mobile)
|
2014-12-04, 08:18 AM
|
|||
|
|||
RE: Finally found my USB(ACR Mobile)
You can compile C/++ code for iPhone(that's how I develop apps). The problem is that the version of SDL we use doesn't work on android/iOS as far as I know. We need to update to SDL 2 which will provide performance improvements and a more modern interface. Another thing that needs to be changed to make it work for mobile platforms is that we need to change OpenGL calls to OpenGL ES which the platforms support. It will be quite a lot of work with lots of ifdef guards in the code.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Finally found my USB(ACR Mobile) - by Fru5tum - 2014-11-28, 09:25 AM
RE: Finally found my USB(ACR Mobile) - by ruler501 - 2014-11-28, 07:22 PM
RE: Finally found my USB(ACR Mobile) - by Fru5tum - 2014-11-29, 12:09 PM
RE: Finally found my USB(ACR Mobile) - by rXn - 2014-12-03, 07:56 AM
RE: Finally found my USB(ACR Mobile) - by Fru5tum - 2014-12-03, 10:59 AM
RE: Finally found my USB(ACR Mobile) - by ruler501 - 2014-12-04, 08:18 AM
RE: Finally found my USB(ACR Mobile) - by Fru5tum - 2014-12-04, 11:40 AM
|