Skip to content

Commit

Permalink
docs(community): highlight community applications
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Oct 2, 2023
1 parent 8bccf1a commit e447803
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/vitepress/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default defineConfig({
{ text: 'Jupyter', link: '/examples/core/jupyter' },
{ text: 'Plotly', link: '/examples/core/plotly' },
{ text: 'Docker', link: '/examples/core/docker' },
// router, docker
// router, docker
]
},
{
Expand All @@ -118,6 +118,7 @@ export default defineConfig({
{ text: 'Asynchronous ParaView', link: 'https://github.com/Kitware/async-paraview-app' },
{ text: 'PFB Viewer', link: 'https://github.com/Kitware/pfb-viewer' },
{ text: 'ParFlow Simulation Modeler', link: 'https://github.com/Kitware/pf-simulation-modeler' },
{ text: 'Community', link: '/examples/apps/community' },
]
},
{
Expand Down
21 changes: 21 additions & 0 deletions docs/vitepress/examples/apps/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Community Applications

Welcome to the communty page of trame applications. This page aims to showcase what people are doing with trame and maybe spark some collaboration.
If you would like to see your application listed below, please submit a MR adding your project to that [markdown](https://github.com/Kitware/trame/blob/master/docs/vitepress/examples/apps/community.md).

<!-- [[toc]] -->

## [SpinView](https://mxjk851.github.io/SpinView/)

SpinView is a general interactive visual analysis tool developed for multiscale computational magnetism that allow users with interdisciplinary backgrounds to simplified their own workflow, speeds up analysis of complex datasets and trajectories, and enables new types of analysis.

![landing](https://raw.githubusercontent.com/MXJK851/SpinView/main/docs/assets/readme.png)

The key features are:

- User friendly: Enjoy the combination of Command-line-interface, WebUI and DesktopUI
- Post-processing: Denoising, Clip, Rescaling, try the visual exploration and data mining with SpinView!
- Feature-rich 3D visualization: Visualize your simulation result with glyphs, e.g., sphere, cone, arrow, plane, box, and any 3D models generated by yourself. Overlap everything including reconstructed mesh and isosurface.
- Extendable: Currently support .out (UppASD), Non-binary .ovf (Mumax3, OOMMF, Spirit), and .data (Vampire) output files and can easily extend to other magnetic simulation code.
- Shareable: Take snapshoot, rendering a trajectory video, make a portable interactive HTML file with only one click!
- Community support: Open-source (GPL V3) and free to use, based on Python, Pandas, Numpy, Scipy, Trame, and Pyvista.

0 comments on commit e447803

Please sign in to comment.