Open metasoarous opened 3 years ago
Gathering information that might be helpful in implementing this.
/Applications/Mathematica.app/Contents/SystemFiles/Links/JLink/Examples/Part2/GraphicsApp
java -classpath GraphicsApp.jar:../../../JLink.jar GraphicsApp '"/Applications/Mathematica.app/Contents/MacOS/MathKernel" -mathlink'
GeoGraphics[]
is just an easy way to test):
I've now added a pull request for a simple, "dev" version of this. https://github.com/scicloj/Clojuratica/tree/graphics
There is also a short video on our Discord. This works quite well needs to be cleaned up, and we would need to thing how to integrate it into the lib structure & api.
There is also a short video on our Discord.
There can I find your discord? If you like you can contact me on our Symja discord: https://discord.gg/tYknzr2qam
I'm adding connection to a library like this one (https://github.com/JerryI/wolfram-js-frontend) here as a possible option (note to self).
It's unclear what this might look like, but maybe some of the Wolfram folks can help us figure out what JLink might provide along these lines, and whether there's some context in which return values representing visualizations could be made useful to us.