Displaying 1 result from an estimated 1 matches for "xror".
Did you mean:
xor
2003 Sep 28
0
Turtle world
...turtles moves (this would mean that I have
acess to the
display list or that I manage one). I believe that this might be possible
with the grid package
but I am not sure if this is the best option.
- if I could have access to the internal buffer that corresponds to the
window, I could store (or XrOR) the
section of the buffer when I draw the turtle to restore it when the turtle
moves.
Ideally, the approach should be take into account possible development of
the turtle world. For
example, if the turtle world is represented by a matrix (bitmap), I could
use image() (or the
package pixmap)...