Skip to content

Commit f3dbedf

Browse files
authored
Add a link to the Torch Delaunay library (#84)
This patch extends README with a library that ports delaunator to PyTorch (the library is written in C++ and exposes API to Torch).
1 parent 9274f00 commit f3dbedf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Delaunator should produce valid output even on highly degenerate input. It does
135135
- [delaunator-sharp](https://github.com/nol1fe/delaunator-sharp) (C#)
136136
- [delaunator-ruby](https://github.com/hendrixfan/delaunator-ruby) (Ruby)
137137
- [Delaunator-Python](https://github.com/HakanSeven12/Delaunator-Python) (Python)
138+
- [torch-delaunay](https://github.com/ybubnov/torch_delaunay) (Python/Torch)
138139
- [ricardomatias/delaunator](https://github.com/ricardomatias/delaunator) (Kotlin)
139140
- [delaunator-java](https://github.com/waveware4ai/delaunator-java) (Java)
140141
- [delaunay-Stata](https://github.com/asjadnaqvi/stata-delaunay-voronoi) (Stata/Mata)

0 commit comments

Comments
 (0)