Here is a neat little Java "game" that is very similar to the sorts of
things I used to make in Qbasic as a kid. This one though, can
handle many many dots. I'd like to mess around with my own
version of one of these, but I can't seem to get Blitz to draw
dots fast enough.
I've tried the default Plot and gl_points, but both are too slow
to render a 400x400 grid. Obviously this is not the answer.
How might you guys go about rendering this type of program?
things I used to make in Qbasic as a kid. This one though, can
handle many many dots. I'd like to mess around with my own
version of one of these, but I can't seem to get Blitz to draw
dots fast enough.
I've tried the default Plot and gl_points, but both are too slow
to render a 400x400 grid. Obviously this is not the answer.
How might you guys go about rendering this type of program?
