Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antonov548/igraph.js
- Owner: Antonov548
- Created: 2023-11-04T12:07:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T08:37:27.000Z (12 months ago)
- Last Synced: 2024-10-30T17:11:52.659Z (2 months ago)
- Language: C++
- Homepage:
- Size: 10.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```