-2

Possible Duplicate:
draw line with anti-aliasing

I want to draw lines and circles on screen with Clojure, how to do it? can someone paste some sample codes here?

Another problem, I define a Map:

 (def {:a 4, :b 5, :c 6}, i try to change it to be {:a 1, :b 99, :c 3},

how to do it?

Community
  • 1
  • 1
user1653363
  • 375
  • 1
  • 5
  • 7

1 Answers1

1

Check out the seesaw library, it gives a good Clojure friendly model for many types of GUIs inlcuding shapes.

https://gist.github.com/1441520

Arthur Ulfeldt
  • 90,827
  • 27
  • 201
  • 284