Found this thought that is was nice. Simple and fast videos on OpenGL.
http://www.videotutorialsrock.com/
The videos are very corney but good.
Found this thought that is was nice. Simple and fast videos on OpenGL.
http://www.videotutorialsrock.com/
The videos are very corney but good.
Just found this - nice nehe style openGL tutorials - covers a lot of topics
http://www.ultimategameprogramming.com/-…-nGL&page=6
Including GPU ray tracing and HDR rendering
http://www.ultimategameprogramming.com/-…-nGL&page=9
wow nice,
I was googling around to find a favorite:
and found some more:
http://www.morrowland.com/apron/tut-gl.php
http://www.codecolony.de/OpenGL/
http://www.lighthouse3d.com/opengl/
http://www.songho.ca/opengl/index.html
http://www.gametutorials.com/gtstore/c-1-test-cat.aspx
http://www.gameprogrammer.org/main.php?-…-als#opengl
the codesampler site had very simple, clean code and it’s helpful when trying to understand opengl extensions, etc. With some approaches, he shows you multiple ways to do things, which I really appreciate.
take care!
zach
wow - there is some nice stuff there!
I really can’t wait till someone makes an ofxSimpleShadow addon
Does anybody know, if there is something like an openGL picture-book (with source code) online (or offline)? I’d like to learn OpenGL not from the technical way, more from the “wow, this looks great. I’d like to know how to do that” -way.
Or let’s say, I’ve got a picture in mind but no clou about OpenGL. Would be nice to browse some pictures, find one that comes near to the picture in my mind and see how that was done?
Just the way openframeworks works for c++ beginners: see some great examples and fiddle around with them…and learn c++, by the way.
Amazing resource! - Not just curves but a TON of code examples!!
http://www.geometrictools.com/LibFounda-…-urves.html
http://www.geometrictools.com/SampleGra-…-phics.html (examples)
Does anybody know, if there is something like an openGL picture-book (with source code) online (or offline)? I’d like to learn OpenGL not from the technical way, more from the “wow, this looks great. I’d like to know how to do that” -way.
Or let’s say, I’ve got a picture in mind but no clou about OpenGL. Would be nice to browse some pictures, find one that comes near to the picture in my mind and see how that was done?
Just the way openframeworks works for c++ beginners: see some great examples and fiddle around with them…and learn c++, by the way.
From what you are asking for you should check the links in the above posts - lots of nice pictures and sample code to go with it
Theo
ran into this just now, some interesting GLSL demos:
http://encelo.netsons.org/programming/opengl
-z
some more basic opengl tutorials:
http://zavie.free.fr/opengl/index.html.en
http://www.zanir.szm.sk/00-09.html
And basic GLSL shaders:
http://www-evasion.imag.fr/Membres/Anto-…-s-Cours-1/
Hi,
Just want to add a couple of links to the post for GLSL
http://duriansoftware.com/joe/An-intro-to-modern-OpenGL.-Table-of-Contents.html
http://www.swiftless.com/glsltuts.html
Cheers
rS