Thread: A question for those that know opengl and DX

  1. #1
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790

    A question for those that know opengl and DX

    Which, in your opinion, is easier on a beginner of each(as in, is it easier to get a grasp on one than the other). And also, which has more power to get things done quicker, in fewer lines of code, yet still allow the complexity to get down and dirty with it if you want?

  2. #2
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    I use them both and I find that OpenGL was a lot easier to grasp. For my 2d stuff I use DirectDraw but for 3d stuff I prefer OpenGL.

    I think that anyone who wants to learn can get all they need to make a good indy game from the tutorials at NeHe and gametutorials for OpenGL.

  3. #3
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790
    yeah, im reading NeHe's tutorials right now, and they are pretty sweet, im like on lesson 14(been doing it for a couple weeks on and off) and its pretty fun.

    do you know of any site that has good math reviews, as I need to catch up on remembering my matrices, and some vectors.

  4. #4
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    FlipCode has some good stuff. Look around their article series.

  5. #5
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790
    thanks, will do, I love this forum

  6. #6
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    lots of good links for math, graphics and game programming (just in case you havent seen this thread yet)

    http://cboard.cprogramming.com/showt...threadid=33318

  7. #7
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    To put it in a few words, OpenGL is low-level and used for
    if you want to create a world stone by stone. DirectX is more
    high-level and can create a world in a single line but has fewer
    ability's to explicitly specify the world.
    --

  8. #8
    Registered User SAMSAM's Avatar
    Join Date
    Nov 2001
    Posts
    218

    Lightbulb

    Couple of years ago when i started Win API, It took me almost
    six months to get comfortable with its style and structure synthes.

    I am a beginner with opengl API .yet, i am totaly at ease with its
    environment . I know comparing the two is like, apples&oranges.


    but, you get the picture.

    no more COM for me. I want to be free.
    Thank You!

    Opengl Is A Dear!
    Last edited by SAMSAM; 03-06-2003 at 07:51 PM.

  9. #9
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Originally posted by Travis Dane
    To put it in a few words, OpenGL is low-level and used for
    if you want to create a world stone by stone. DirectX is more
    high-level and can create a world in a single line but has fewer
    ability's to explicitly specify the world.
    I don't know about all that. If you are referring to DirectX X library helping you setup then perspective matrices and such then you can do the same thing in OpenGL with glut or glu. You can also do it manually and just use direct3d for rendering. I wouldn't say either one is more "low-level" then the other.
    "...the results are undefined, and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces." --Scott Meyers

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DX or OpenGL?
    By michaelp in forum Game Programming
    Replies: 31
    Last Post: 01-10-2008, 06:26 PM
  2. dx sdk pls
    By gooddevil in forum Game Programming
    Replies: 3
    Last Post: 05-14-2004, 12:57 PM
  3. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM
  4. About DX and OpenGL
    By Lurker in forum Game Programming
    Replies: 9
    Last Post: 07-07-2003, 09:22 PM
  5. Dx, Sdl, Open-gl
    By dayknight in forum Game Programming
    Replies: 26
    Last Post: 12-28-2002, 02:17 PM