Mention numbl's qhull-backed builtins on the landing page
1 changed file+2−1
src/App.tsxmodified+2−1View file
@@ -33,7 +33,8 @@ function App() {
3333 {' '}<code>libqhull_r</code>) compiled to WebAssembly, with a small JS API for convex hulls and
3434 Delaunay triangulations — the same engine MATLAB and Octave use, now running in the browser.
3535 It was built for <Link href="https://numbl.org" target="_blank" rel="noreferrer">numbl</Link>,
36- which uses it to power <code>delaunayn</code> and <code>convhulln</code>.
36+ which uses it to power <code>delaunay</code>, <code>delaunayn</code>, <code>convhull</code>,
37+ and <code>convhulln</code>.
3738 </Typography>
3839
3940 <Paper variant="outlined" sx={{ mb: 2 }}>