scicloj / wolframite

An interface between Clojure and Wolfram Language (the language of Mathematica)
Eclipse Public License 2.0
46 stars 2 forks source link

WIP: graphics support #11

Closed qazwsxpawel closed 2 years ago

qazwsxpawel commented 2 years ago

This is a simple re-implementation of the graphics example provided with Mathematica installation

on MacOS: /Applications/Mathematica.app/Contents/SystemFiles/Links/JLink/Examples/Part2/GraphicsApp

Works but needs to be nicer :) And integrated into WL macro e.g.

(WL :show (GeoGraphics))

Also it's in /dev/ now, would be nice to find a permanent home for it, after we decide on a re-freshed dir structure