Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antonov548/igraph.js

igraph JavaScript interface
https://github.com/antonov548/igraph.js

Last synced: 18 days ago
JSON representation

igraph JavaScript interface

Awesome Lists containing this project

README

        

# igraph.js

igraph.js is an JavaScript interface of the igraph network analysis library compiled to WebAssembly using Emscripten.

## Build

You can build project using `emcmake` from `emsdk`:
```bash
> mkdir build && cd build
> emcmake cmake ..
> make
> make test # Makes and runs tests using node.js
```