feat(v3.3): DEB packaging + development plan
CI / Build & Test (push) Failing after 33s
CI / Release Build (push) Failing after 37s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

This commit is contained in:
茂之钳
2026-07-24 12:41:00 +00:00
parent 5ec39b1ae8
commit 36c55eb663
4 changed files with 106 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
Package: vde
Version: 3.3.0
Section: libs
Priority: optional
Architecture: amd64
Depends: libc6 (>= 2.35), libstdc++6 (>= 11), libeigen3-dev
Maintainer: ViewDesignEngine <dev@hdtime.space>
Description: High-performance C++ CAD geometry engine
ViewDesignEngine is a full-stack computational geometry engine
covering NURBS curves/surfaces, mesh processing, B-Rep modeling,
SDF implicit modeling, differentiable geometry, and industrial
format interoperability (STEP, IGES, glTF, STL, 3MF).
.
Modules: foundation, core, curves, mesh, spatial, boolean,
collision, brep, sdf, sketch, capi.