Skip to content
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

Python Package to export video directly #45

Merged
merged 5 commits into from
Jan 22, 2025
Merged

Python Package to export video directly #45

merged 5 commits into from
Jan 22, 2025

Conversation

FloezeTv
Copy link
Collaborator

Allows directly exporting a visualization as a video.

Opening naviz directly is not yet supported, because the window is not fully destroyed on exit (see here and here for more discussion on this issue).

Closes #7.

Will contain python-api.
Allows using them elsewhere without the GUI.
Updated GUI to use these extracted structs.
Added `Drawable`-trait to GUI to allow drawing the ImportOptions.
Can use `serde` to deserialize the various import options.
Can now export a visualization to a video directly from python.
Contains basic steps to build and use.
@FloezeTv FloezeTv added enhancement New feature or request Priority: Medium Platform: Desktop For the desktop-version Area: Python Things relating to the python integration labels Jan 22, 2025
@FloezeTv FloezeTv added this to the final milestone Jan 22, 2025
@FloezeTv FloezeTv self-assigned this Jan 22, 2025
@FloezeTv FloezeTv linked an issue Jan 22, 2025 that may be closed by this pull request
@FloezeTv FloezeTv merged commit 79ff259 into main Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Python Things relating to the python integration enhancement New feature or request Platform: Desktop For the desktop-version Priority: Medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export as Python-Package
1 participant