Advertisement

Is there a simple C++ sprite graphics engine?

Started by July 09, 2000 08:59 PM
1 comment, last by Raistlin(); 24 years, 5 months ago
If so where is it? Is there any documentation for it? Please tell me where I can find one, I would be able to do so much more that I can now. Thanks a million for any help you can give me!
You can use DJGPP (a free 32 bit DOS compiler) and ALLEGRO ( graphics engine).....if you are wanting to use a windows compiler like MSVC or Borland for DirectX then use either CDX or Nuke
just search for it on yahoo or something
but the best thing to do is write your own, if you can


"Now go away or I shall taunt you a second time"
- Monty Python and the Holy Grail
themGames Productions

Advertisement
Raistlin,

I''d disagree about writing your own. You can get so bogged down in that kind of thing you never actually get around to writing your game.

You might find the Fastgraph libraries helpful. I just posted all the documentation at http://www.fastgraph.com/help.

I have heard the Allegro library is also good, if that is what you are looking for. I don''t know anything about CDX or Nuke. Never heard of them.

Diana

This topic is closed to new replies.

Advertisement