repeating a shape
i'm trying to learn how to make a basic shape, like a square, and then repeat it around the window. kind of like a 'tiling' effect.
check out jit.gl.gridshape with jit.gl.multiple.
if you don't want to use opengl, then check out jit.mgraphcis
thank you, this looks good, except that gl.multiple seems tricky to use by the help file.