Thread: What is it with OpenGL tutorials?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I lurk
    Join Date
    Aug 2002
    Posts
    1,361

    What is it with OpenGL tutorials?

    Every single OpenGL tutorial i've come across is SATURATED with global variables. It's disgusting. I can't learn from that garbage. Ugh. Ick.

    I shouldn't have to sign away the good programming principles i've learned just so I can learn OpenGL.

    I downloaded a basic tutorial which setup an OpenGL window and drew a triangle...
    It had SEVEN global variables.

    I quickly elminated four of them by adding some parameters to functions and using some standard Win32 API calls.

    I'm going to wrap initializing OpenGL in a nice flexable class so I never have to deal with this garbage again.

    Before I'll be able to do anything I know i'm going to want to wrap everything into a neat little package. Down with C! Up with C++!

    PLUS I have a very big hunk of garbage on my shelf called "OpenGL Superbible"
    Worst. Book. Ever.

    It's almost like once OpenGL is introduced, you can forget everything about design and structure and just hack new modules on until the cows come home.

    /rant
    Last edited by Eibro; 06-28-2003 at 02:33 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenGL tutorials
    By ThWolf in forum Game Programming
    Replies: 10
    Last Post: 09-12-2006, 02:19 PM
  2. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  3. 3ds max -> opengl? any tutorials?
    By genghis in forum Game Programming
    Replies: 1
    Last Post: 06-23-2002, 01:46 PM
  4. OpenGL Tutorials
    By SyntaxBubble in forum Game Programming
    Replies: 2
    Last Post: 10-14-2001, 04:13 PM
  5. OpenGL Tutorials
    By BubbleMan in forum Game Programming
    Replies: 3
    Last Post: 09-23-2001, 01:20 PM