Game Programming and Development Tools

OpenGL, Direct3D, and Java examples – BrianT

Briant

Member

Posts: 742
From: Stony Plain, Alberta, Canada
Registered: 01-20-2001
Hi,

I just came across this site the other day. It's similar to http://nehe.gamedev.net, except it doesn't have articles explaining the concepts (you have to poke through the source code directly), and it's not limited to OpenGL (it also has Direct3D and Java examples):

http://www.zanir.szm.sk/index.html

------------------
Brian

[This message has been edited by BrianT (edited February 27, 2005).]

SSquared

Member

Posts: 654
From: Pacific Northwest
Registered: 03-22-2005
Hmmm. This may be just what I'm looking for. I'll have to check it out. Thanks.
Brandon

Member

Posts: 594
From: Kansas City, Mo, USA
Registered: 02-02-2004
Cool, I'm downloading the tutorials now. Thanks!

------------------
If I were a drummer I would use a cymbal.
If I were a writer I would use a pencil.
I would use my voice if I were a singer.
No matter who or what we are we must praise.

Matthias

Member

Posts: 23
From: Spencer, Iowa, USA
Registered: 07-28-2004
This looks nice, as soon as I get home I'll download. =D

------------------
Eyesore? I like to think of it as fertilizer. After all, it isn't really littering if it's biodegradable.

HeardTheWord

Member

Posts: 224
From: Des Moines, IA
Registered: 08-16-2004
I just used this site last night to get my multitextured terrain working. It renders terrain with triangle strips through vertex arrays. This site is great to start learning about OpenGL, but stay away from the more advanced topics until you know enough C++.