dtcc-pyspade-native packages the Spade C++ Delaunay triangulation library for distribution via PyPI. It's designed for Python projects that have C++ components and need fast, robust 2D triangulation.
src/ ├── components/ │ ├── nodes/ # Node components for canvas elements │ │ ├── agent/ # Agent node components │ │ ├── behaviour/ # Behavior node components │ │ ├── template/ # Message template ...