Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have a program that I was once working on to do with artificial life / artificial intelligence in VB6. I stopped development on it because it started to get too slow and I began to lose interest. Now that I have a much faster computer and a better development environment I am eager to get back into it again.

 

The main display of this program is essentially a grid of anywhere from 10x10 to 100x100 cells. Think of the traditional game of life but with more diversity and complexity. As this program will be pushing the system to its limits already - just by running the simulations - I want to reduce any extra overheads as much as possible.

 

My question is, will I be OK sticking with the standard VB.NET graphics classes or should I venture into other methods of producing graphics to get the best performance?

TT

(*_*)

 

There are 10 types of people in this world;

those that understand binary and those that don't.

  • *Experts*
Posted

Assuming everything fits on the screen (no scrolling) you'll have NO trouble using GDI for your drawing. With the typical game of "life", you're just drawing a bunch of tiles. As long as you don't try making each tile a PictureBox control you'll be fine. :)

 

-nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...