Liking cljdoc? Tell your friends :D

Changelog

1.1.0

  • Switched the default Java graphics from AWT to Swing (see below)
  • Renamed all view fns for hiccup/clerk/portal to show to be consistent with the Java graphics show! (aside of the !) and with a similarly named Wolfram Language function.
  • Breaking change: the former ns wolframite.tools.graphics is now called wolframite.legacy.tools.graphics-awt, while the former experimental is the new graphics ns. There is still a show! fn, but now it takes 1-3 arguments. Creating an app or canvas is not necessary anymore. You can still show! multiple graphics in different windows by passing in an explicit nil for the window argument.
  • Added support for resizing the Swing graphics view and for storing it as an image (Thomas)
  • Improved handling of non-standard paths (Thomas)

1.0.1

Docstring improvements, add wh/view-graphics-unadorned.

Can you improve this documentation? These fine people already did:
Jakub Holy, Jakub Holý & Christopher Small
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close