Some OpenGL News...
http://www.gamedev.net/community/forums ... _id=328712
"Nehe Productions is the leading OpenGL resource focusing on the beginner- to intermediate-level programmer. With over 60 articles and tutorials, 100 downloads, and programming language conversions for most of the content, NeHe has been deemed by many as the premier resource for learning OpenGL and has received numerous accolades from teachers, students, and professionals alike."
GameDev.net acquires NeHe Productions
-
- Posts: 448
- Joined: Tue Oct 05, 2004 3:24 am
- Location: Boston, MA
Wow, This could be a good thing. Maybe we will see some better tutorials in the future. Not that Im saying they are bad!
Irrlicht Moderator || Game Designer
Learn the basics at </dream.in.code>
Learn the basics at </dream.in.code>
Personally I doubt its gonna change much of anything, just a difference in management. There may be some new stuff added, but i don't think major changes are in store. From GDNet Direct
NeHe will continue to operate as an independent website under the management of GameDev.net
Although some changes will be made, we will continue to make NeHe's tutorials and other information freely available. We will also be working to add new content to the site.”
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.
Crucible of Stars
Crucible of Stars
yes i think nehe is great too, its been a great learning resource for me and it still is!
but i think they could really get some new tutorials because most of them are already a bit old.
ps: whe is the nehe guy who writes the tutorials never using classes? i always thought that classes are much more handy than programming without them. or am i not able to use classes with opengl??? o.O
ps2: no time, have to go
but i think they could really get some new tutorials because most of them are already a bit old.
ps: whe is the nehe guy who writes the tutorials never using classes? i always thought that classes are much more handy than programming without them. or am i not able to use classes with opengl??? o.O
ps2: no time, have to go
OpenGL is written in C but of course you can use OO with opengl. take irrlicht as an example (and logic).
Maybe Jeff didn't use classes so it'll be in C code or for making it less complex (it is online).
but i dont think it matter for the learning (it matter in projects).
And OpenGL isn't win32+OpenGL. its portable and you use win32 a bit if you want to use it in windows.
We don't need these tutorials a lot (the Flag tutorial is nice) but its intersting what will be the next nehe tutorials if you ask me
Maybe Jeff didn't use classes so it'll be in C code or for making it less complex (it is online).
but i dont think it matter for the learning (it matter in projects).
And OpenGL isn't win32+OpenGL. its portable and you use win32 a bit if you want to use it in windows.
We don't need these tutorials a lot (the Flag tutorial is nice) but its intersting what will be the next nehe tutorials if you ask me
-
- Posts: 71
- Joined: Sat Aug 14, 2004 3:42 pm