Created
June 21, 2020 12:57
-
-
Save tdhooper/babf4d82257bc85f54b08baea049a70c to your computer and use it in GitHub Desktop.
glisp move
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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