This project is part of the @thi.ng/umbrella monorepo.
Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs.
STABLE - used in production
yarn add @thi.ng/adjacency
// ES module
<script type="module" src="https://unpkg.com/@thi.ng/adjacency?module" crossorigin></script>
// UMD
<script src="https://unpkg.com/@thi.ng/adjacency/lib/index.umd.js" crossorigin></script>
Package sizes (gzipped, pre-treeshake): ESM: 1.80 KB / CJS: 1.87 KB / UMD: 1.97 KB
Several demos in this repo's /examples directory are using this package.
A selection:
Screenshot | Description | Live demo | Source |
---|---|---|---|
Poisson-disk shape-aware sampling, Voronoi & Minimum Spanning Tree visualization | Demo | Source |
TODO
Karsten Schmidt
© 2018 - 2020 Karsten Schmidt // Apache Software License 2.0