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
+2 -1
View File
@@ -5,12 +5,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "wired3d-viewer"
version = "0.1.0"
description = "Interactive 3D viewer for Beckhoff 5-axis DED NC toolpaths"
description = "Interactive 3D viewer for Beckhoff 5-axis DED NC toolpaths and STL meshes"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"plotly>=5",
"numpy>=1.21",
"trimesh>=4", # STL mesh loading for the STL viewer / server-2
]
[project.scripts]