PDA

Click to See Complete Forum and Search --> : help with getting started


Nut Shell
May 26th, 2000, 05:17 AM
I want to make a Sim like game in VB and i don't know where to start, i don't have very much experience. should i use directx or what?

im using VB5

Fox
May 26th, 2000, 06:11 AM
DirectX is good, coz it's very fast. But the point is that you should know about general game programming first. Will be the best if you make some 2d engines first, they may be in DX but it's not that important (coz you can switch easily the graphics renderer)

May 26th, 2000, 06:18 AM
First I started out with using Image and Picture boxes. Then I progressed to using Types, Variables and BitBlt. Now, I trying to learn DirectX.

So as you can see. You have to progress little by little.

Nut Shell
May 26th, 2000, 09:32 PM
does anyone know any good directx tutorials b/c the ones i've seen just tell you the code but don't explain it and what it does

May 26th, 2000, 09:45 PM
http://www.vbsquare.com/graphics/directx/

http://www.vbsquare.com/graphics/directx2/

http://www.cason.addr.com <- This ones leads to a bunch of other links. It also has many tutorials and examples for beginners.