Thread: OpenGL How much experiance ??

  1. #1
    Unregistered
    Guest

    OpenGL How much experiance ??

    I was thinking of getting into OpenGL but have no game programming experiance and was wondering how much experiance in c I should have??
    I have heard people say they should start with other things but I really don't want to so thats not an option.

  2. #2
    .
    Join Date
    Aug 2001
    Posts
    598
    You should at least understand the basics. Also you might want to learn the windows API first.
    To Err Is To Be Human. To Game Is Divine!"

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    411
    As long as you know the c/c++ launguage then you can do it.

    you can look to things like glut, or my own glh library to avoid learning winapi code for now.

  4. #4
    Unregistered
    Guest

    Angry You

    You suck

  5. #5
    Registered User
    Join Date
    Oct 2001
    Posts
    95
    Uh...Where did that come from?
    Think out of the box! Open Source rules!

    -Breach23

  6. #6
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    I'd recommend allegro (like i do to everyone)

    [Yes, I realize i've typed that header tons of times lately.. hehe.]

    How about using allegro http://alleg.sourceforge.net it's free and easy (except damned installation, but joining a mailing list from the site really helps)

    Allegro has good functions and if you want to move into OpenGL (after getting some good game design done without having to learn design and API at once) AllegroGL is a easy way to use them both in harmony.

    oh yeah, no Windows API needed

  7. #7
    Unregistered
    Guest

    Angry

    Only problem is allegro uses images to potray 3d backgrounds and such and I've seen an example of using a 3d enviroment in allegro and it is a lot more complex then the openGL.
    making 3d enviroments is exactly what I wish to get into !!
    The people in my class using allegro I've seen there programs and they well suck! look crappy and don't really do anything and although they are new its bad

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linking OpenGL in Dev-C++
    By linkofazeroth in forum Game Programming
    Replies: 4
    Last Post: 09-13-2005, 10:17 AM
  2. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  3. OpenGL .dll vs video card dll
    By Silvercord in forum Game Programming
    Replies: 14
    Last Post: 02-12-2003, 07:57 PM
  4. OpenGL and Windows
    By sean345 in forum Game Programming
    Replies: 5
    Last Post: 06-24-2002, 10:14 PM
  5. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM