Home All Groups Group Topic Archive Search About
Author
31 Oct 2006 7:33 PM
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?

Author
1 Nov 2006 2:34 PM
Chris Dunaway
On Oct 31, 1:33 pm, "Mike Stolkes" <m...@sorryNoSpam.com> wrote:
> 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
Author
1 Nov 2006 4:33 PM
rowe_newsgroups
I know it's not visual basic but you might have a look at Microsoft's
XNA. It's based on C# so you just have to learn the C# syntax, your
namespaces et al will still be the same.

Here's the link to XNA's homepage:

http://msdn.microsoft.com/directx/XNA/default.aspx

And here's a great link that I used when I started using C#:

http://www.harding.edu/USER/fmccown/WWW/vbnet_csharp_comparison.html

Thanks,

Seth Rowe


Mike Stolkes wrote:
Show quoteHide quote
> 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?