Skip to content

Instantly share code, notes, and snippets.

@tdhooper
Created June 21, 2020 12:57
Show Gist options
  • Save tdhooper/babf4d82257bc85f54b08baea049a70c to your computer and use it in GitHub Desktop.
Save tdhooper/babf4d82257bc85f54b08baea049a70c to your computer and use it in GitHub Desktop.
glisp move
(background "darkblue")
(def pts (point-cloud [119 139.203125] [216 53]))
(def pts2 (map (fn-sugar(vec2/+ % [133 91.203125])) pts))
(style (fill "#FCC")
(map #(circle % 23) pts2)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment