ronin/examples/osc.lisp
2019-07-21 16:55:22 +09: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")