Computer Science Canada

GUI and Draw Module

Author:  tum_twish [ Fri May 02, 2003 9:59 am ]
Post subject:  GUI and Draw Module

Is it true that GUI.DrawDot is extremely slower than Draw.Dot?

Author:  Office of the Registar [ Fri May 02, 2003 10:17 am ]
Post subject: 

are you serious?

Author:  Tony [ Fri May 02, 2003 12:12 pm ]
Post subject: 

I assume that it would be slower since it basically has to go through the GUI module just to get to the same functionl.

Author:  jamez [ Fri May 02, 2003 12:53 pm ]
Post subject: 

lol whats the point anyways

Author:  Office of the Registar [ Fri May 02, 2003 1:45 pm ]
Post subject: 

well, usually programmers go for efficiency so that it would run at its fastest possible

Author:  Mazer [ Fri May 02, 2003 3:12 pm ]
Post subject: 

using GUI.DrawDot would be an especially bad idea if you are compiling your program and aren't using any other GUI commands because the entire GUI module needs to be compiled as well. then again, GUI is just bad all together, it's like... bleh!


: