PDA

Click to See Complete Forum and Search --> : Any great 3d (game) programmers...?


GuitarSlinger
Feb 27th, 2001, 03:39 PM
I would like to know if there are any good source on the web or in a text that provide extensive game programming in any high level language. I would like to code in c++ or visual c++. Also any info on openGL would be great.

GuitarSlinger
Feb 27th, 2001, 03:44 PM
I've developed a lot in VB if anyone is interested.

Feb 27th, 2001, 03:49 PM
Ive found that the DirectX tutorials at http://www.vbexplorer.com/directx4vb to be helpful when im C++ ing. Just follow them through in VB, and youll have a wonderful headstart, over learning in C++ from the beginning. There are a few differences, but they are minor, and you can find those answers in the DX SDK Help files.

Fox
Feb 27th, 2001, 04:19 PM
Highly recommended
www.gamedev.net
www.lionhead.co.uk
www.flipcode.com

CyberCarsten
Feb 28th, 2001, 04:26 AM
Yesterday, I got the book Windows Game Programming for Dummies, which shows you how to build your own games with DirectX. It uses C++
Highly recommended!!!!

HarryW
Feb 28th, 2001, 09:49 AM
CyberCarsten - I thought I recognised the code you posted in the C++ forums :rolleyes:

As far as source & tutorials & help goes, I can also highly recommend www.gamedev.com and www.lionhead.co.uk . I haven't seen flipcode.

CyberCarsten
Feb 28th, 2001, 09:54 AM
Yes Harry, it came from the new book I bought, but I couldn't get it to work...but then you came around!! :)

I'm trying to learn C++....very hard work!!!!

HarryW
Feb 28th, 2001, 10:07 AM
You'll get used to it soon enough, it's worth the effort to learn it ;)

Fox - flipCode's a damn good site, another one for the favourites :)

Fox
Feb 28th, 2001, 10:26 AM
I know ^_^

ZeeBoy
Mar 1st, 2001, 07:20 PM
Hi

I am under the imprestion that OpenGL is by far easier to learn than DirectX.

http://nehe.gamedeve.net/opengl.asp

this is the only link u should need at a beginer level for OpenGL it is a set of 30 or so tutorial with source code

Have fun

Zee

ZeeBoy
Mar 1st, 2001, 07:22 PM
Typo, my bad, here is the correct link

http://nehe.gamedev.net/opengl.asp

Zee