Results 1 to 10 of 46

Thread: Android Support

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Here is a bit improved version and built for devices - TestZenGL.apk

  2. #2
    Nice!! I will test on a Android of a friend mine tomorrow!

    But I think you will make me buy an Android Cell Phone! =)... (for my Wife )

  3. #3
    for guys like me who dont have a android phone yet i recommend LiveAndroid
    its also better then the crappy and slow emulator that comes with the sdk

  4. #4
    the crappy and slow emulator that comes with the sdk
    On my machine it starts in 15 seconds and works fine for testing Also no need to restart it every time.
    Last edited by Andru; 17-11-2011 at 06:24 AM.

  5. #5
    Tested it on a MOTOROLA DEFY™!
    Solid 60 fps! =)

    I need to test something more heavy! =P

  6. #6
    its a while since i tested the sdk emulator but it was kinda slowly
    the liveandroid runs just fine on virtualbox but maybe i give the sdk emulator another try

  7. #7
    New features:
    - playing sounds and music(streaming from memory) via OpenAL
    - headers and compiled Chipmunk(ARMv5 version with soft-float is quite slow, so I will try to build it for ARMv6 with VFPv2 and test later)
    - touch input(but I need some device with real multi-touch to test my code)

    But due to some FreePascal incompatibilities with Android it's quite hard to make some progress in low-level parts of this port, e.g. unit cthreads doesn't work so I need to use my own unit with pthreads.
    Last edited by Andru; 22-11-2011 at 10:32 PM.

  8. #8
    Can you share with me, how you managed to get OpenAL working on Android? I believe it is not part of the NDK. Did you build OpenAL yourself from source?

    Thanks
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •