|
-
Jul 22nd, 2005, 03:22 PM
#1
Thread Starter
Frenzied Member
Simple DirectX engine
Hi
I once had a simple DirectDraw game engine that came with a book, but it is not compatible with DirectX 9, so I need to find a new one. Anyone know where I can find 2D engine that makes a simple game loop, can create bitmap object etc.???
It must be written in C++.
Last edited by CyberCarsten; Jul 23rd, 2005 at 02:18 AM.
-
Jul 31st, 2005, 08:24 PM
#2
Re: Simple DirectX engine
You might be able to start with the Basis example posted by NoteMe and Electroman and go from there. It isn't exactly what you want, in fact, it might be too early a start for you, but it is nicely written.
My usual boring signature: Nothing
 
-
Aug 1st, 2005, 01:52 AM
#3
Re: Simple DirectX engine
Yeah it is, but why do you want to use C++ .NET? The DDraw in DX9 is for managed code, and is not any better then the one in DX7. It is just a wraped up version for .NET. Nothing more.
- ØØ -
-
Aug 1st, 2005, 04:19 AM
#4
Thread Starter
Frenzied Member
Re: Simple DirectX engine
Hi
I got my old engine working fine with DX9
-
Aug 1st, 2005, 04:30 AM
#5
Re: Simple DirectX engine
DX is COM based. It will always be backward compatible. At least untill They strip out everything and call it WGF. Then I am not sure anymore what will happen.
- ØØ -
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|