Thread: Board needs DX startup code for d/l?

  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    Board needs DX startup code for d/l?

    How many times have we redirected new people to websites about DirectX? Many times they get intimidated and just give up. Perhaps we could code a DirectX startup module and make it available for download from the board. This way we could start explaining the meat of graphics code instead of having to go through all of the Windows crap that we all love so much.

    Think about it. Essentially you setup just enough crap to satisfy Windows and then you tell it to take a hike. From then on, its pretty much like DOS graphics programming in that you plot pixels, draw lines, change modes, get pointers to buffers, etc.

    Of course I'm only talking about DirectDraw here - D3D would be much different. We could use DX7 interfaces since the DX standard states that all previous interfaces should work with newer versions. The only reason I say DX7 is because DirectDraw was merge with Direct3D in DX8 and beyond.

    Opinions?

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Could a moderator please sticky this post at least for a little bit.
    Thx in advance.

  3. #3
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    Why teach DX7 when DX8 is more recent? What's the significance in the merging of Direct3d and directdraw?

  4. #4
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    We would not be teaching DX anything. It would simply be a framework so that newcomers could get started doing graphics with a very limited knowledge of DirectX.

    I'm talking about simple stuff like accessing the primary buffer via pointers, plotting pixels, drawing lines, etc.

    I really dont care which DX interfaces we use.

  5. #5
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Hmm, im not opposed to it i just dont know any DX stuff with the exception of direct input and sound

  6. #6
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    well lets be more generic.. how about OpenGL instead of Direct X

  7. #7
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    i had recomended a similar idea before where good programmers on this board could start tutorials and lessons.. where it progresses like a class.. but the mods turned it down saying that there are already a lot of sites which have lots of tutorial.. But my point was we could have an interaction based on the lessons (tutorials)... Hope this time it is favoured..

  8. #8
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    I'm not talking about tutorials or anything. Just a simple DX startup framework that newbies could download and use to get them up and running in DirectX.

    So instead of always referring them to another site we could just paste a link to our download and then help them from there. Many of the questions on the board do not relate Directly to DirectX but more towards graphics/rendering principles. Using DirectDraw it is possible to write an almost DOS-like software engine. Not comparing DOS to DirectX but you get the idea.

  9. #9
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    I have been thinking bout this all day, and heres what i have come up with.

    I write a opengl tutorial series in its own lil section of the tutorials page, why not just write some DX tutorials the same way? We provide a thread with alot of really helpful thinks (which is constantly growing, maybe u could post a bunch of DX links?) as well as helping when we can.

    I see where you are coming from, because there is an obvious in-balance as to DX and OpenGL in the game section, but thats because opengl is much more favored in general.

    I dont think a bunch of code for dload is really needed, i mean we dont do that for opengl. Perhaps we can provide more resources however. Such as more links, being more open to helping those curious or in need when it comes to DX, and having someone write tutorials for DX and ask webmaster to house them.

    I recall the thread Vasanth is referring too and i feel i should stick with my previous opinion in the right of DX.

    Just my two cents.

  10. #10
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    I added a couple links to the game programming links thread with Direct3D stuff.
    Away.

  11. #11
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Thanks alot, i appreciate the contributions as they help that thread become a big addition to the forum, i didnt think it'd work out as well as it has.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Constructor problem
    By rebel in forum C++ Programming
    Replies: 22
    Last Post: 01-11-2006, 06:45 AM
  2. Writing Code
    By ILoveVectors in forum C++ Programming
    Replies: 4
    Last Post: 06-13-2005, 12:27 AM
  3. Obfuscated Code Contest: The Results
    By Stack Overflow in forum Contests Board
    Replies: 29
    Last Post: 02-18-2005, 05:39 PM
  4. Replies: 4
    Last Post: 01-16-2002, 12:04 AM
  5. Shouldn't either HTML or vB code be enabled in the C++ Board?
    By SilentStrike in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-13-2001, 07:30 AM