ronin/examples/osc1.lisp
2019-07-21 04:06:12 +02:00

12 lines
211 B
Common Lisp

(clear)
(def x (of (osc "/test") "args" "0" "value"))
(def y (of (osc "/test") "args" "1" "value"))
(def r (of (osc "/test") "args" "2" "value"))
(fill
(circle x y r)
"red")
(stroke
(circle x y r)
5 "white")