Visualizer 2
This commit is contained in:
+2
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user