Results 1 to 3 of 3

Thread: 2D Engine features

  1. #1

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    2D Engine features

    Im busy creating a 2D Graphics engine that uses DirectDraw from DirectX 7 and I'm a bit stuck on decideing what features it should hav. For example here are some of the things it can do so far:
    • Load Bitmaps as sprites
    • Set background Image or Color
    • Animated sprites
    • Alpha blending
    • Use DirectInput for mouse and keyborad
    • Manage the ordering of Images
    • Display Text
    • Get available display modes
    Theres some other things it can do but thats all I can really think of at the moment.

    Does anyone have any other ideas for what else I could add to it.
    Thanx for any help.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    That depends how specialized and how large you want the engine to be. You could add a tile engine, but if the developer doesn't want a tile engine it will be useless bulk.

    There are lots of things like that, you'll have to make those decisions.

    You could add a physics engine, but again somebody might not want it.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3
    Frenzied Member cyborg's Avatar
    Join Date
    May 2000
    Location
    Sweden
    Posts
    1,755
    check out my prog: www.geocities.com/mp_crew2001

    maybe it will give you some ideas...
    Check out the FAQ and do a search before you post.
    My tutorials: Anti-Alias Pixels, Accurate Game Loop, Resource File

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width