Results 1 to 10 of 46

Thread: Android Support

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

  2. #2
    I returned to Android development and implemented virtual kayboard A bit updated old demo is here. It uses the same scene with penguins, plays music in separate thread and shows virtual keyboard(with handling text input) after tapping on blue square. All changes can be found in latest svn revision of ZenGL.
    Last edited by Andru; 16-03-2012 at 06:22 PM.

  3. #3
    Awesome! =)

    I will make some tests this weekend! I can't wait to start porting my games to Android! =)

  4. #4
    Hi Andru,
    I tested your demo on my ancient Samsung Galaxy Spica. (2 years old :-) with 2.2.1 homebrew ROM) and it works perfectly.
    Thanks.
    Anil

  5. #5
    Thanks for testing!

  6. #6

    Talking

    I checked the updated demo on LG GT540 with stock ROM - Android 2.1 and I am getting around ~39FPS.
    Nice to see that Resume and Exit stuff now works

  7. #7
    Andru: Thanks for the excellent documentation on how to get Fpc working on Windows for cross-compilation to Android. I found this thread and your guide here to be very detailed and helpful. I got the basics working thanks to this information and next I will try to get simple OpenGL ES applications running. I'm sure I will go to the ZenGL source for reference. If I get something working I might try to port my own engine later on. Again, thanks for sharing all this information. Fpc for Android is not very well documented as I'm sure many have found out
    ZGameEditor - Develop 64kb games for Windows.
    Thrust for Vectrex - ROM-file and 6809 source code.

  8. #8
    you're welcome!

    Fpc for Android is not very well documented as I'm sure many have found out
    Unfortunately main problem of FreePascal for Android is not a documentation(as I remember there are some instructions on FreePascal/Lazarus wiki and even third party iso-file for VirtualBox with all installed for development), but support of Android. As you have already seen - I use my own patches for threads and one more patch for possibility to use units SysUtils, Math and Classes.

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
  •