Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
metasoarous opened this issue Nov 1, 2021 · 4 comments
Labels

Comments

@metasoarous
Copy link
Member

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.

@metasoarous metasoarous added the enhancement New feature or request label Nov 1, 2021
@qazwsxpawel
Copy link
Member

Gathering information that might be helpful in implementing this.

  • Graphics and Typeset Output (from JLink manual)
  • example
    • in: /Applications/Mathematica.app/Contents/SystemFiles/Links/JLink/Examples/Part2/GraphicsApp
    • java -classpath GraphicsApp.jar:../../../JLink.jar GraphicsApp '"/Applications/Mathematica.app/Contents/MacOS/MathKernel" -mathlink'
    • to get: (GeoGraphics[] is just an easy way to test):

Screenshot 2021-11-02 at 12 01 27

* so: it seems we should get an "easy" access to this canvas, which is cool ;P

@qazwsxpawel
Copy link
Member

qazwsxpawel commented Nov 2, 2021

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
Copy link

axkr commented Nov 13, 2021

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants