Direct3D trying to begin

Started by
4 comments, last by drago 24 years, 5 months ago
Check out the Tutorials that come with the DX docs.

I learned more from the simple Triangle Tutorial than I did reading.

Mason McCuskey
Spin Studios
www.spin-studios.com

Founder, Cuttlefish Industries
The Cuttlefish Engine lets anyone develop great games for iPad, iPhone, Android, WP7, the web, and more!
Advertisement
hope you're thinking about D3D 7. i started with the lower end, and there isn't anything there, really. do you have the dx 7 docs? if not, www.microsoft.com/directx
What do you mean there isnt anything there, really...
Yes, i've got the DirectX 7 SDK the whole f****** 122mb's of it . At this point i'm reading the tutorials from the directx.chm file and I also browsed the examples, is it true that D3DX is not open source or am i just blind? It seems really cool, but im the kinda guy that rather does everything the hard way, by himself, than with use of wrappers...

------------------
Drago

osu!
I'm also a "hard" guy! *rotfl* But I'm coding with Delphi. I have some problems with the initializing of Direct3D (I'm using the DirectX conversion written by Eric Unger). Did anybody know where I can find some examples from the DX-SDK??? I ordered the SDK-CD some weeks ago, but there was no delivery.
I would like to learn Direct3D programming, but on the net i've only found articles on how to initialize Direct3D using the framework or D3DX or whatever, are there any resources that show how to setup Direct3D without using some sort of wrapper?

------------------
Drago

osu!
nEo - http://www.wrapx.suite.dk
Delphi wrapper for DX. Should come with source. The SDK examples are in C++ and VB only. Don't know much about Delphi, but the VB samples should help some.

drago - most books and tutorials I've seen tell you no more than the docs (The Awesome Power of Direct3D/DirectX was a waste of money). I heard that the D3D book included on the CD of Andre LaMothe's new book (Tricks of the Windows Game Programming Gurus) is tops (if you get an uncorrupted copy of the CD, that is). But when all else fails, the docs and the samples are there.

[This message has been edited by Aldacron (edited October 25, 1999).]

This topic is closed to new replies.

Advertisement