generated from DARMA-tasking/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate visualization in vt-tv from Python bindings #16
Labels
enhancement
New feature or request
Comments
pierrepebay
changed the title
Bind visualizer to Python for external use
Create LBAF-viz interface
Sep 19, 2023
After discussion, the goal is to allow vt-tv to replace the visualization backend of |
This is related to DARMA-tasking/LB-analysis-framework#410 |
pierrepebay
added a commit
that referenced
this issue
Oct 12, 2023
pierrepebay
added a commit
that referenced
this issue
Oct 12, 2023
pierrepebay
added a commit
that referenced
this issue
Oct 21, 2023
pierrepebay
added a commit
that referenced
this issue
Oct 21, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 7, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 7, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 7, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 7, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 7, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 11, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 11, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 11, 2023
lifflander
changed the title
Create LBAF-viz interface
Generate visualization in vt-tv from Python bindings
Nov 21, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 23, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 23, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 23, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 23, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 23, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 23, 2023
pierrepebay
added a commit
that referenced
this issue
Nov 23, 2023
cwschilly
pushed a commit
that referenced
this issue
Apr 9, 2024
cwschilly
pushed a commit
that referenced
this issue
Apr 9, 2024
cwschilly
pushed a commit
that referenced
this issue
Apr 9, 2024
cwschilly
added a commit
that referenced
this issue
Apr 9, 2024
cwschilly
added a commit
that referenced
this issue
Apr 9, 2024
cwschilly
added a commit
that referenced
this issue
Apr 9, 2024
cwschilly
added a commit
that referenced
this issue
Apr 9, 2024
cwschilly
pushed a commit
that referenced
this issue
Apr 9, 2024
pierrepebay
added a commit
that referenced
this issue
Apr 15, 2024
cwschilly
added a commit
that referenced
this issue
Apr 16, 2024
cwschilly
added a commit
that referenced
this issue
Apr 17, 2024
cwschilly
added a commit
that referenced
this issue
Apr 24, 2024
cwschilly
added a commit
that referenced
this issue
Apr 24, 2024
cwschilly
added a commit
that referenced
this issue
Apr 24, 2024
cwschilly
added a commit
that referenced
this issue
Apr 24, 2024
cwschilly
added a commit
that referenced
this issue
Apr 24, 2024
pierrepebay
added a commit
that referenced
this issue
Apr 26, 2024
cwschilly
added a commit
that referenced
this issue
May 7, 2024
cwschilly
added a commit
that referenced
this issue
May 7, 2024
cwschilly
added a commit
that referenced
this issue
May 7, 2024
pierrepebay
added a commit
that referenced
this issue
May 7, 2024
cwschilly
added a commit
that referenced
this issue
May 7, 2024
cwschilly
added a commit
that referenced
this issue
May 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use nanobind.
The goal is to have on the Python side:
import vttv
viz = vttv.Visualizer([some parameters])
viz.generate("filename.png")
The text was updated successfully, but these errors were encountered: