Results 1 to 5 of 5

Thread: 3DEngine for Lazarus

  1. #1

    3DEngine for Lazarus

    Hi at all.

    I would like to start a game project for fun.

    The dev kit i decided is Lazarus+FreePascal.

    The problem is thath i need a 3DEngine, and i don't know if exists this for FPC/Lazarus. As 3dEngine i would say something like irrlicht, crystal space 3D, Ogre3D etc....

    Some aid please?

  2. #2

    3DEngine for Lazarus

    The JEDI-SDL project has a partial conversion of the A3DnGine, to be honest it could do with some more work to get it working under Free Pascal. There are also the Quake 2 and Quake 3 conversion projects.

    How ever if you are looking for an uptodate 3D engine which handles shaders and can handle large amount fo vertex data and all those other things you expect froma modern 3D engine, I don't know if any "pascal" based engines.
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

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

    3DEngine for Lazarus

    There is also the Rage 3D Game Engine that uses OpenGL for it's graphics. It is written to work under Delphi. And it was created by, and is maintained by Maarten Kronberger aka McCLaw. He also runs a site called SULACO which has a ton of information and demos on OpenGL in Pascal.

    It's not 100% complete and I'm not 100% sure if it works or FPC or Lazarus yet, but you can make a game with it at this point [size=9px](McCLaw's entry for this years PGD Annual used it!)[/size] and FPC support is in their plans.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  4. #4

    3DEngine for Lazarus

    Take a look at http://www.skinhat.com/ he has a version of Lazarus with GLScene built in, also include is Quark. Basically the entire start of a game development environment in Lazarus. Skin has been working on it for quite some time and IMHO has done a great job.

  5. #5

    3DEngine for Lazarus

    Quote Originally Posted by WILL
    It's not 100% complete and I'm not 100% sure if it works or FPC or Lazarus yet
    acording to maarten the 3d bits dont compile in lazarus but shockingly the physics do

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
  •