Skip to content

Instantly share code, notes, and snippets.

View gaelforget's full-sized avatar

Gael Forget gaelforget

View GitHub Profile
using Luxor, Colors
function main(fname)
Drawing(600, 600, fname)
origin()
circle(O, 290, :clip)
sethue("white")
paint()
colors = [Luxor.julia_purple, Luxor.julia_blue, Luxor.julia_green, Luxor.julia_red]