Results 1 to 6 of 6

Thread: 2D components that use 3D - Advice Please

  1. #1

    2D components that use 3D - Advice Please

    I am looking at replacing my own engine with a 3D one, one that uses quads to draw bitmaps etc.

    I know there are several sets of components out there, but has anyone had experience writting a 2D game using any of them and can you recommend one above another for both fps and ease of use etc?

    Using DirectDraw is just proving too slow. For simple games it's fine, but when you have 200+ creatures on screen at 1024 x 768 and add in some effects using alpha blending etc it just hogs the CPU and GFX card. I am sure if I gut the DDraw stuff and replace it with a good 3D engine the FPS should be significantly improved.

    I have played around with DelphiX (hardware) but it doesn't seem to use Direct3D to draw the bitmaps? Am I right in thinking that?
    http://www.c5software.co.uk (site is being developed at the moment)

  2. #2

    2D components that use 3D - Advice Please

    Using a 3D-based 2D library will also give you the ability to do alpha-blending, rotation, scaling at very little cost as well.

    Any of the available libraries should suit your requirements. For a list oif DirectX-based libraries, take a look at http://turbo.gamedev.net/wrappers.asp

  3. #3
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    2D components that use 3D - Advice Please

    I've switched to SDL and while not 3D driven is definitly better than DelphiX.

    I have not tried to use the OpenGL capabilities of SDL but this might be what you are looking for.
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  4. #4

    2D components that use 3D - Advice Please

    I've been using Omega for the PGD compo and it worked quite good. I'm not that familiar with other components sets (save Delphix) so I can't tell exactly if there are any better options.

  5. #5

    2D components that use 3D - Advice Please

    Hi!

    @Traveler:It's very nice to hear you tried Omega

    I can also recommend Omega, it is very nice and pretty fast and easy to learn, and we have some nice samples

    I came to Omega because I was using DelphiX before and Omega is very easy like DelphiX.

    Firle

  6. #6

    2D components that use 3D - Advice Please

    @Traveler:

    Which Entry did you make with Omega? I'd like to see it very much.
    And I tried to download 'Sodoma lite' but the link is broken.

    Firle

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
  •