mirror of
https://github.com/hiteshjasani/nim-d3
synced 2026-01-08 22:11:10 +00:00
No description
| .github/workflows | ||
| examples | ||
| img | ||
| src | ||
| tests | ||
| .gitignore | ||
| CHANGELOG.md | ||
| d3.nimble | ||
| LICENSE | ||
| README.md | ||
nim-d3
Nim Foreign Function Interface (FFI) bindings to d3.js.
This is in development and there is still a lot to be written. There is the ability to create a simple graph today. See examples/ for usage.
Install
nim-d3 is available in nimble.
nimble install d3
or if you have a .nimble file then add the following.
requires "d3 >= 0.1.2"
NOTE: Run nimble search d3 --ver to find out the most recent version
of the library.
Documentation
Clone the repo and generate the docs
nimble docs

