• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

need help with OpenGL

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i know C++ but now i would like to learn OpenGL, any advice / book recommendations fro beginning OpenGL?
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
NeHe productions are really good for basics.
here is the Link http://nehe.gamedev.net/tutorial/lessons_01__05/22004/
 
Joe Daly
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ive seen them but from what ive gathered the seem out of date and i learn better from a book anyways, but thanks
 
James Hannigan
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In fact there is nothing out of date about coding because when you learn a thing it is easy to up to date and old codes are easy to understand. I suggest you to learn every code to improve your vision. Have a nice morning sir !( 7:02 AM here, still coding.)
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have to disagree with James, here. The NeHe tutorials were a great way to learn OpenGL, back in the 2.0 days. But with the advent of programmable shaders, it's a whole new ball game, and little of the old knowledge really transfers well.

This is a fantastic, new (2012) monograph/tutorial that does things the "modern" way, using programmable hardware. I really can't say enough good things about it. It's certainly book-like, although it's online-only for now. Maybe the author will publish a paper version when it's done.
 
Joe Daly
Ranch Hand
Posts: 45
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it looks good i will use this
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic