Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-fu/plutovista.jl
Plot library for Pluto notebooks based on plotly.js for 1D data and vtk.js (thus using WebGL) for 2/3D data.
https://github.com/j-fu/plutovista.jl
isosurface plotting pluto visualization webgl
Last synced: about 1 month ago
JSON representation
Plot library for Pluto notebooks based on plotly.js for 1D data and vtk.js (thus using WebGL) for 2/3D data.
- Host: GitHub
- URL: https://github.com/j-fu/plutovista.jl
- Owner: j-fu
- License: other
- Created: 2021-05-28T20:05:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T17:13:37.000Z (about 1 year ago)
- Last Synced: 2024-11-10T09:48:11.242Z (about 2 months ago)
- Topics: isosurface, plotting, pluto, visualization, webgl
- Language: Julia
- Homepage:
- Size: 197 MB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![linux-macos-windows](https://github.com/j-fu/PlutoVista.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/j-fu/PlutoVista.jl/actions/workflows/ci.yml)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://j-fu.github.io/PlutoVista.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://j-fu.github.io/PlutoVista.jl/dev)PlutoVista.jl
==================Plot library for Pluto notebooks based on [plotly.js](https://plotly.com/javascript/) for 1D data
and [vtk.js](https://kitware.github.io/vtk-js/index.html) (thus using WebGL) for 2/3D data.It 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. This functionality is now available via [AbstractPlutoDingetjes.jl](https://github.com/JuliaPluto/AbstractPlutoDingetjes.jl).It can serve as a backend for [GridVisualize.jl](https://github.com/j-fu/GridVisualize.jl).
Example notebook: [pluto](https://raw.githubusercontent.com/j-fu/PlutoVista.jl/main/examples/plutovista.jl),
[html](https://j-fu.github.io/PlutoVista.jl/dev/plutovista.html)