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
Search or submit any issues for this package
- @thi.ng/dgraph - Type-agnostic directed acyclic graph (DAG) & graph operations
yarn add @thi.ng/adjacency
ES module import:
<script type="module" src="https://cdn.skypack.dev/@thi.ng/adjacency"></script>
For Node.js REPL:
# with flag only for < v16
node --experimental-repl-await
> const adjacency = await import("@thi.ng/adjacency");
Package sizes (gzipped, pre-treeshake): ESM: 2.47 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
If this project contributes to an academic publication, please cite it as:
@misc{thing-adjacency,
title = "@thi.ng/adjacency",
author = "Karsten Schmidt",
note = "https://thi.ng/adjacency",
year = 2018
}
© 2018 - 2022 Karsten Schmidt // Apache Software License 2.0