Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-fu/plutovtkplot.jl
https://github.com/j-fu/plutovtkplot.jl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/j-fu/plutovtkplot.jl
- Owner: j-fu
- Created: 2021-05-20T09:45:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-29T22:49:28.000Z (over 3 years ago)
- Last Synced: 2023-02-26T11:56:21.164Z (almost 2 years ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PlutoVTKPlot.jl
==================**Merged into [PlutoVista.jl](https://github.com/j-fu/PlutoVista.jl)**
Code design study for a plot library for Pluto notebooks based on [vtk.js](https://kitware.github.io/vtk-js/index.html)
This uses the Pluto [💁 API to make objects available inside JS](https://github.com/fonsp/Pluto.jl/pull/1124)
to pass plot data from Julia to HTML5.Please see the [example pluto notebook](https://raw.githubusercontent.com/j-fu/PlutoVTKPlot.jl/main/examples/vtktest.jl).
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.