Results 1 to 6 of 6

Thread: 3D Engines - 3D State x GLscene x DelphiX

  1. #1

    3D Engines - 3D State x GLscene x DelphiX

    Warning: Bad English coming....

    Hi, this is my 1st post in this forum, and I have a litle question for you.
    I want to write a 3D game, but, I don't know what the best engine (or more simple ) to use for this.

    Anyone can help-me?

    Thanks.

  2. #2

    3D Engines - 3D State x GLscene x DelphiX

    Some more information is needed before your question can be answered:
    -what is your programming knowledge?
    -do you want to support only windows, or also linux or even MacOSX?
    http://3das.noeska.com - create adventure games without programming

  3. #3

    Oks

    Well, I use DelphiX Sprite Engine, I have same knowledge in OpenGL and Allegro (C).
    I was use DarkBasic.

    I want support only windows, to my first project. But my really target is windows and Linux.

  4. #4

    3D Engines - 3D State x GLscene x DelphiX

    The 3D State engine is relative easy to use, but it is windows only. I used it myself, but found it to limiting.
    GLScene allows partial wysiwyg creation of 3d scenes, and there is a linux port in the make. It is MPL. I also used this one, but decided to move on the opengl. Exe sizes get rather large with GLScene.
    Delphix is 2D only and windows only.

    Both 3D State and GLScene are harder then DelphiX. Since you may want to support Linux in the Future i would suggest you try GLScene,

    Read the following documents to get started:
    http://caperaven.co.za/gls/onlinedoc...ingstarted.htm
    http://caperaven.co.za/gls/onlinedoc...ntimescene.htm
    http://caperaven.co.za/gls/onlinedocs/index.htm

    But does not Darkbasic have a 3D version also. Why not use that?
    http://3das.noeska.com - create adventure games without programming

  5. #5

    3D Engines - 3D State x GLscene x DelphiX

    Yes, DarkBasic is 3D too. But, I want to create my games with a profissional language , as Delphi or C. Whem C is very technic, and my favorite language is Pascal, I will use it.

    I see, that 3D state is easy. Your code is not too hard, and it is a "profissional engine".

    I will try GLScene now. Thanks.

    p.s: Delphix suports 3D, it had a component called TDXD3D or TDXD3Dengine I don't remenber.

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

    3D Engines - 3D State x GLscene x DelphiX

    I believe there is also GLXtreem, which is said to be pretty good too. and of course the OpenGL headers themselves(but you would have to make your own higher functions of course. ie. DrawLine, PutPixel, DrawSprite, etc).

    If you plan on going outside of Win32 at any point, I'd stay away from DirectX completely. Unless you plan on giving the option of both to the users of your software.

    Quote Originally Posted by SuperSayajinBR
    Warning: Bad English coming....
    Dude, don't sweat it. Half of the people that come to this site aren't even from English language based countries. We're international, we are(or *should be*) over it.
    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
  •