Skip to content

Commit 1a0ca50

Browse files
authored
Merge pull request #967 from mprib/worktree-qt3d-exploration
Replace PyVista/VTK with Qt3D for 3D visualization
2 parents f1efb9c + c7e1700 commit 1a0ca50

26 files changed

Lines changed: 2819 additions & 1034 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
scripts/*
22
!scripts/ralph_wiggum_viz/
33
!scripts/benchmark_frame_seeking.py
4+
!scripts/widget_visualization/wv_qt3d_poc.py
45
scripts/ralph_wiggum_viz/output/
56
tests/debug/*
67
*context.txt

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ caliscope = "caliscope.__main__:CLI_parser"
3333
[project.optional-dependencies]
3434
gui = [
3535
"pyside6-essentials>=6.10.1",
36-
"pyvista>=0.46.4",
37-
"pyvistaqt>=0.11.3",
38-
"PyOpenGL>=3.1.6",
36+
"pyside6-addons>=6.10.2",
3937
]
4038

4139
[build-system]
@@ -130,6 +128,7 @@ dev = [
130128
"mkdocs-git-revision-date-localized-plugin>=1.2.0",
131129
"ruff>=0.6.5",
132130
"basedpyright>=1.18.0",
131+
"matplotlib>=3.7.0",
133132
"onnx>=1.14.0",
134133
"openpyxl",
135134
"pywinctl",

0 commit comments

Comments
 (0)