scicloj / wolframite

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

Consider whether there's a good way of taking advantage of Visualizations or figures produced by WL #5

Open metasoarous opened 2 years ago

metasoarous commented 2 years ago

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.

qazwsxpawel commented 2 years ago

Gathering information that might be helpful in implementing this.

qazwsxpawel commented 2 years ago

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.

axkr commented 2 years ago

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

light-matters commented 5 months ago

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).