Animations for games

  • Thread starter Thread starter Mike Stolkes
  • Start date Start date
M

Mike Stolkes

I have the task to make 2 or 3 simple games, probably some shot them up game
(space invaders or so) and a poker game. For this I need to move things
around very quickly on the screen. So that is my question..

What is the easiest way to achieve fast animations in vb.net? I know I can
write it myself but is there a ready package or control to buy? What do
other people use?
 
I have the task to make 2 or 3 simple games, probably some shot them up game
(space invaders or so) and a poker game. For this I need to move things
around very quickly on the screen. So that is my question..

What is the easiest way to achieve fast animations in vb.net? I know I can
write it myself but is there a ready package or control to buy? What do
other people use?

I would think DirectX would be the most appropriate thing to use and
there is an SDK for .Net.

http://msdn.microsoft.com/directx
 
Back
Top