Thread: Open GL

  1. #1
    Registered User
    Join Date
    Jul 2007
    Location
    Texas
    Posts
    103

    Open GL

    Ok, so I have no real knowledge of open GL. I know what it is and all that.. and I know the basics of C and am learning more everyday. Also I am going to soon venture into the world of C++. But I was wondering if anyone had any books or resources they used to learn open GL....

    Thanks

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    You could pick up the red book, I recently switched to it after reading some other opengl book and I find it to be more interesting as to explaining why you do things rather than just telling you to do them like the other book. It's freely available online

    http://www.glprogramming.com/red/

    codesamples here
    http://www.opengl.org/resources/code/samples/redbook/

  4. #4
    Registered User
    Join Date
    Jul 2006
    Posts
    162
    the easiest way to set up an opengl project i've ever seen, is get dev-c++, get the glut/opengl dev packs, crate a new opengl project... run it... then go from there.

    what you should spend time learning about is how to manipulate all the properties of opengl and familiarize yourself with its features within a working project.

    eventually use c++ to build classes which manage objects on a screen for you, it's a great way to connect an abstract concept to something you can see on the screen. :-)

  5. #5
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    code::blocks also has a built in template for glut/glfw(I recommend over glut) and devpak support.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Open GL v.s Direct X
    By Frantic- in forum C++ Programming
    Replies: 21
    Last Post: 01-28-2005, 11:55 PM
  2. open gl
    By nerdyneo in forum Game Programming
    Replies: 2
    Last Post: 11-14-2003, 04:33 PM
  3. problem with open gl engine.
    By gell10 in forum Game Programming
    Replies: 1
    Last Post: 08-21-2003, 04:10 AM
  4. open gl
    By super_monkey in forum Game Programming
    Replies: 8
    Last Post: 10-20-2001, 05:22 PM
  5. Ghost in the CD Drive
    By Natase in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 10-12-2001, 05:38 PM