06-27-2024, 02:09 PM
Hello, it's me again
I try to improve my level, so I began another SB project : a life game (NVCV425.000)
I would like to know how to make it run faster, as with big grids it becomes very slow.
For exemple, is there a faster way to display the living cells than using GraphicsWindow.FillRectangle ?
My only idea at this moment to make it a little faster is to merge these 2 Subs (because they can be done in the same loop) :
Sub AffichageTableau ' displays current Gen grid
Sub CreationTableau_NextGen ' create nextGen grid
If you have any idea...
I try to improve my level, so I began another SB project : a life game (NVCV425.000)
I would like to know how to make it run faster, as with big grids it becomes very slow.
For exemple, is there a faster way to display the living cells than using GraphicsWindow.FillRectangle ?
My only idea at this moment to make it a little faster is to merge these 2 Subs (because they can be done in the same loop) :
Sub AffichageTableau ' displays current Gen grid
Sub CreationTableau_NextGen ' create nextGen grid
If you have any idea...