-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(community): highlight community applications
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |