|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (11 bit)
Join Date: Aug 2002
Location: BC, Canada
Posts: 1,054
|
Direct X
What exactly does Direct X do?
How does it work? How is it used in game programming? |
|
|
|
|
|
#2 |
|
Professional gadfly
|
DirectX allows complete direct control of a computer's audio, video, input, and other components. Obviously, this is useful for games and multimedia, which need to be able to control video and audio at high speeds.
DirectX allows you to write code that doesn't depend on the particular hardware implementation. Your code essentially says "Draw these triangles on the screen and cover them with this texture"; it is then up to your particular graphics card to actually do it. |
|
|
|
|
|
#3 |
|
Member (11 bit)
Join Date: Aug 2002
Location: BC, Canada
Posts: 1,054
|
What development tools are required to make use of Direct X technology?
What did software developers have to do before Direct X was created? |
|
|
|
|
|
#4 |
|
Professional gadfly
|
DirectX is an M$ thing, so you can go here for the info and SDK.
There are alternatives as far as graphics goes, such as OpenGL. Before DirectX there was no standard, so code had to be specific to hardware. On the really old games, that is why you could choose which graphics cards you had. There simply wasn't a standard way of doing graphics. |
|
|
|
|
|
#5 |
|
Member (11 bit)
Join Date: Aug 2002
Location: BC, Canada
Posts: 1,054
|
Will DirectX work with Linux systems?
|
|
|
|
|
|
#7 |
|
Member (11 bit)
Join Date: Aug 2002
Location: BC, Canada
Posts: 1,054
|
Thanks... Where can I find info on OpenGL?
|
|
|
|
|
|
#8 |
|
Professional gadfly
|
You can start with www.opengl.org. There are tons of tutorials and information on the web if you search for it.
|
|
|
|
|
|
#9 |
|
Registered User
Join Date: Nov 2001
Posts: 1,965
|
A great site for OpenGL tutorials:
nehe.gamedev.net I started there
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|