tlienart / JSXGraph.jl

[wip] Julia bridge to JSXGraph for interactive plots
Other
17 stars 2 forks source link

ANN prep #3

Closed tlienart closed 4 years ago

tlienart commented 4 years ago
Hello,

I'd like to announce [JSXGraph.jl](https://github.com/tlienart/jsxgraph.jl) (still WIP) a package wrapping around the javascript library of the same name ([jsxgraph.org](https://jsxgraph.org/wp/index.html)). The aim is to make it possible for people to define interactive plots simply in Julia. In a way it's a bit like Interact.jl except that the output is pluggable javascript that can be used with [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl) or [Franklin.jl](https://github.com/tlienart/Franklin.jl).