Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

updated example2 to use new applet interface #16

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions examples/example2.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

(defn setup []
"Runs once."
(size 200 200)
; (size 200 200)
(smooth)
(no-stroke)
(fill 226)
Expand All @@ -41,6 +41,5 @@
:draw draw
:size [200 200])

(run example2)

;; (stop example2)
;; (applet-stop example2)
;; (applet-close example2)