Results 1 to 9 of 9

Thread: Portable 3D engines

  1. #1

    Portable 3D engines

    It’s been a while since I’ve asked my last noobie, but the time as come, I need to ask another vague quotation.

    As I want to make a portable (PC) game I need use OpenGL, now do you know of any good engine / libraries that I can use?

    I was able to find several good, and active, engines but they are all for c/c++... The only thing I found for Pascal is GLScene as good as it looks its not the style I would like to code in.
    [size=9px]BEGIN GEEK CODE BLOCK
    <br />d s-- : a24 GB GCS GTW GE C++ P L+ W++ N+ K- w++++ M- PS+ PE+ Y- t+ 5+++ X+ R*
    <br />tv b+ DI++ D+ e++ h+ G-
    <br />END GEEK CODE BLOCK[/size]
    <br />Create your own GeekCode block at: <a href="">...</a>

  2. #2
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Portable 3D engines

    You could try the Quake 2 Delphi conversion...? Not sure how much porting you'd need, but I believe that it would be basic enough to run ok on the more modern portables like the GP2X.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  3. #3

    Portable 3D engines

    For 2D you could try and go for the phoenix lib, Andreaz is writing.

    As for 3D, I'm awaiting that answer too with great anticipation.

  4. #4
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Portable 3D engines

    You know what...

    Check out one of my previous posts in response to a question similar to yours: here

    And then go check out the first PGD Annual competition where some of the folks have submitted their 3D games with source. I'm sure you'll find something there you can use.

    PGD 'Dogfight' Competition
    Jason McMillen
    Pascal Game Development
    Co-Founder





  5. #5

    Portable 3D engines

    Feeling a bit silly now... especially since I've spent an entire evening, last week, searching for this info ops:

  6. #6
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Portable 3D engines

    Well frankly there is no such list just for open source engines for Pascal developers. C/C++ sure... just go to DevMaster.net and they have a whole honkin' DB list.

    This might be something worth researching to make up a small table somewhere. Perhaps something similar to my little compiler list I made up some time ago...
    Jason McMillen
    Pascal Game Development
    Co-Founder





  7. #7
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Portable 3D engines

    Here is another post by Dean Ellis about 3D engines...

    3D Engine List
    Jason McMillen
    Pascal Game Development
    Co-Founder





  8. #8

    Portable 3D engines

    Thanks for the quick reply. I’m currently studying for my finals but hopefully by next weekend I’ll be able to play a bit with OGL.
    [size=9px]BEGIN GEEK CODE BLOCK
    <br />d s-- : a24 GB GCS GTW GE C++ P L+ W++ N+ K- w++++ M- PS+ PE+ Y- t+ 5+++ X+ R*
    <br />tv b+ DI++ D+ e++ h+ G-
    <br />END GEEK CODE BLOCK[/size]
    <br />Create your own GeekCode block at: <a href="">...</a>

  9. #9
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Portable 3D engines

    If you want to do OpenGL for a portable device, check out OpenGL|ES as it was designed to be a mobile device version of GL for lower powered hardware.
    Jason McMillen
    Pascal Game Development
    Co-Founder





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
  •