Results 1 to 10 of 333

Thread: Pre April 2014 - Welcome to PGD! Make your first post here....

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Welcome to PGD TanDesign!

    I have un-moderated you and you may now post anywhere else in the PGD forums. The base of Oxygene users here is small, but growing. I feel that it's probably the best set of tools for commercial game development if you want to meet all the top platform demands that gamers are into today. Not that Delphi and Free Pascal and Lazarus aren't also good for making commercial games, but they are more platform restricted. The lesser of those is Free Pascal / Lazarus, but even it does not run 100% native on Android so it still takes some extra doing to make it fit on any of those devices.

    Please feel free to talk about game and graphics development with Oxygene in the Oxygene forum as there has been only little discussion so far.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2
    Quote Originally Posted by WILL View Post
    Free Pascal / Lazarus, but even it does not run 100% native on Android
    sorry but that is just not true, fpc can already compile the native for android DVM code: http://wiki.freepascal.org/FPC_JVM
    that is if you care for the relatively slow java virtual machine code. fpc can also compile the binary code that, with a little extra effort, can work on the android platform.
    the downside of fpc though is that it is more complicated to set up. the only platform I know that fpc cannot compile for at this point is javascript for html5.

  3. #3
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Quote Originally Posted by Dan View Post
    fpc can already compile the native for android DVM code: http://wiki.freepascal.org/FPC_JVM
    Oh interesting. Last I looked into this you had to do some hardware tricks to make FPC compile for a specific Android device rather than all hardware that ran Android. I'm glad to hear about this either way.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  4. #4
    Thanks for replying - sorry about not posting in the right forum, will next time.
    There is allegro for raspberry pi - it just needed an apt-get allegro. Your -FU option didn't work, but you were right about the write permissions issue - I just needed to compile with sudo fpc test.pas

  5. #5
    Please, follow discussion on this thread.
    Last edited by Ñuño Martínez; 19-02-2013 at 04:27 PM.
    No signature provided yet.

Tags for this Thread

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
  •