Mention numbl on the landing page
1 changed file+2−0
src/App.tsxmodified+2−0View file
@@ -32,6 +32,8 @@ function App() {
3232 is <Link href="http://www.qhull.org" target="_blank" rel="noreferrer">Qhull</Link> (the reentrant
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.
35+ It was built for <Link href="https://numbl.org" target="_blank" rel="noreferrer">numbl</Link>{' '}
36+ (MATLAB in the browser), which uses it to power <code>delaunayn</code> and <code>convhulln</code>.
3537 </Typography>
3638
3739 <Paper variant="outlined" sx={{ mb: 2 }}>