BTW: I found the GLE prototype again (https://kfp.bitbucket.io/tmp/GLE.html). May certainly compete with mathgl regarding quality ;)
There's also a patch for view2/3d somewhere. https://nilqed.github.io/drawfe/ -------- Forwarded Message -------- Subject: Re: [fricas-devel] Using aldor FFI to link mathgl Date: Wed, 1 Aug 2018 22:03:28 +0200 From: Kurt Pagani <[email protected]> To: Riccardo GUIDA <[email protected]> Hi Riccardo On 01.08.2018 20:40, Riccardo GUIDA wrote: > Hi > > Quite dreamy, I was thinking at the conceptual possibility of writing a spad > wrapper for the mathgl graphics library [1]. There are a lot of prototypes around for FFIs and a lot of spad interfaces to graphics packages like gnuplot,gle,asymptote,paraview,mathmod,plotly ... Lisp interfaces (e.g. like vgplot) are almost trivial to access from spad, whereas C might be trickier (see [2]). As a rule of thumb, you can interface almost any package from SPAD via CFFI (https://common-lisp.net/project/cffi/). [1] http://goto.glocalnet.net/volkers/vgplot/vgplot.html [1] https://parasol.tamu.edu/~gdr/OpenAxiom/ffi-draft.pdf BTW: I'm implementing plotly.js in the new jupyter kernel (https://github.com/nilqed/spad_http) in a similar way. http://axiom-wiki.newsynthesis.org/SandBoxPlotly?root=SandBox Unfortunately, the js script gets blocked, but the produced html snippet works fine locally. Best Kurt -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
