Win32ASM - DirectX
Introduction:
Here's some stuff on graphics programming using DirectX.

 
DirectX Programming Examples
D3DRotate(98 KB)
by Minde  <okas>
TASM 5.0
An excellent d3d example.  Also includes a set of INC's for use with TASM.
dc-ddraw(18 KB)
by The DiamondCrew
MASM
DirectDraw tutorial in Win32ASM.  Explains what a COM object is, what it looks like, and how to use them in Win32ASM. Includes DDRAW.INC. Visit the Diamond web site.
Asm Flips (22 KB)
by Mike Bibby
TASM, MASM
DirectX example program written in assembler.  The program uses a complex DirectDraw surface -  primary and back buffers - to display a black rectangle moving across a white screen, together with frame rate information.
TWin / MWin (25 KB)
by Mike Bibby
TASM / MASM
Another DirectX example in assembly language.  The program reads a set of 32,  64 x 64 sprites from a bmp file and then displays them in sequence to give an "animated" effect.

 
DirectX Include Files
TASM DX Includes (66 KB)
by Minde <okas>
TASM
A fairly complete set of DirectX 6.1 includes for TASM

 
 
 
[ Thursday, August 13, 1999  lord-lucifer@usa.net ] [Win32Asm]