Liking cljdoc? Tell your friends :D
Current release is 0.0.10 back
fixed bug in properties function expecting the context to contain a :window key instead of a :frame key
make draw->, use-buffer->, get-text-dimensions and attach-buffered-strategy use the context returned from the create-window function renamed key :window to :frame in map that returns for create-window
fix properties function fix get-text-dimension not distinguishing between graphics and buffer
support multiple windows signature of create-window changed! Now with name x y width height title and a map of options like :color :resizable? :icon-path :on-exit
support double buffering, but so that one could draw multiple times before the buffer is flipped
fix text sizing not working
added type hints to remove need for relection support of java.awt.RenderingHints -> the context create by create-window
has now an additional key called :rendering which can contain a map with
the RenderingHints Key and Value like {RenderingHints/KEY_ANTIALIASING RenderingHints/VALUE_ANTIALIAS_ON}
added properties function which returns a map of the window/canvas properties clear-rect function to clear out a rectangular area with the current background color
expose key events like tab, shift etc. support bold and italic style when drawing text
close-window function to close the window directly
events via multi method handle-event mouse events: :mouse-dragged :mouse-moved :mouse-pressed :mouse-released key events: :key-pressed :key-released basic shapes: line rectangle ellipse text
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close