Skip to content

fonsp/PlutoVTKPlot.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlutoVTKPlot.jl

Code design study for a plot library for Pluto notebooks based on vtk.js This uses the Pluto 💁 API to make objects available inside JS to pass plot data from Julia to HTML5.

Please see the example pluto notebook.

So far, this package is in an early state. The current version of the code is available via the registry https://github.com/j-fu/PackageNursery.git .

So, in order to try this out, you need to add this registry to you Julia environment.

pkg> registry add https://github.com/j-fu/PackageNursery.jl.git

This step can be safely undone by removing .julia/registries/PackageNursery in your Julia folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.7%
  • Julia 42.3%