Todays daily graphic I'm getting familiar with grids (in shoebot), Vector maths from the planar library .. this started from the grid example from shoebot / nodebox.
Shoebot Code Below the fold
"""
Grid of arrows that point towards the mouse pointer.
Uses planar library for Vec2, angles.
"""
# Based on grid->colorgrid example …