Visualizer 2

This commit is contained in:
Vignesh Suresh
2026-06-06 20:43:01 +02:00
parent a4b9a311dd
commit 29dfbf99a5
7 changed files with 1063 additions and 10 deletions
+7 -2
View File
@@ -5,9 +5,14 @@ Modules
parser
NC-dialect reader. Standard library only — importable with zero installs.
viewer
Plotly figure builder and self-contained HTML writer (needs plotly, numpy).
NC Plotly figure builder and self-contained HTML writer (needs plotly, numpy).
server
Drag-and-drop local web front end around the viewer.
Drag-and-drop local web front end around the NC viewer.
stl_viewer
STL mesh figure builder + HTML writer, with per-coordinate direction
vectors (needs plotly, numpy, trimesh).
server2
Drag-and-drop local web front end around the STL viewer ("server 2").
This top-level package deliberately imports nothing heavy: ``import
wired3d_viewer`` stays cheap and ``wired3d_viewer.parser`` keeps working without