0 Members and 2 Guests are viewing this topic.
I will probably add horizontal and vertical line routine eventually since the current line method is pretty slow for that. That's why I made the 3dracer demo only draw pixel by pixel instead of using line().
btw do you draw the entire "squares" on the screen every frame, or just erase the end and add a line at the beginning of them? If it's the former, you could simply increase the rate at which it moves. It would look faster, even if the framerate isn't too high.