Skip to content

Commit a7910ba

Browse files
authored
docs: add pointer to itk (#817)
This is an example of a realistic, more complex scikit-build-core SWIG project that also sparked the origin of scikit-build. There are also many additional examples referenced here: InsightSoftwareConsortium/ITK#4748
1 parent 2b3e4d2 commit a7910ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/projects.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ In addition, most of the [RAPIDSAI](https://github.com/rapidsai) projects use sc
5353
* CuSpatial ([source](https://github.com/rapidsai/cuspatial/blob/HEAD/python/cuspatial/pyproject.toml))
5454
* RMM ([source](https://github.com/rapidsai/rmm/blob/HEAD/python/rmm/pyproject.toml))
5555
* Raft ([source](https://github.com/rapidsai/raft/blob/HEAD/python/pylibraft/pyproject.toml))
56+
57+
The [Insight Toolkit (ITK)](https://docs.itk.org), the initial target project
58+
for scikit-build classic, has [transitioned to
59+
sckit-build-core](https://github.com/InsightSoftwareConsortium/ITKPythonPackage/blob/master/scripts/pyproject.toml.in).
60+
ITK currently provides one example of a production SWIG-based deployment. In
61+
addition, dozens of [ITK-based extension packages are configured with
62+
scikit-build-core](https://github.com/topics/itk-module).

0 commit comments

Comments
 (0)