I know exactly what your saying there.. however because 90% of the project was maths and logic's, i figured that the upgrade method was the fastest way to get that all in, there after i removed the graphics and went the .NET way ...Quote:
Originally Posted by TheCPUWizard
The logic and maths works almost exactly the same. the graphics however work almost completely differently. when testing, trying it the 'old way' i almost killed the proccessor because i was unaware that every "drawline", forces the picturebox to do a refresh. the proccessor usage went to 100% in no time. however with the better .NET method, and buffering, i reduced it to less that 10%, peek..
The next part is to do a time comparison between the two versions.
I'll see about doing that this week end.
