https://github.com/hiteshjasani/nim-d3
Using the D3.js library from nim
https://github.com/hiteshjasani/nim-d3
d3 d3js library nim nim-lang
Last synced: 19 days ago
JSON representation
Using the D3.js library from nim
- Host: GitHub
- URL: https://github.com/hiteshjasani/nim-d3
- Owner: hiteshjasani
- License: mit
- Created: 2019-07-23T12:53:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T18:52:28.000Z (over 4 years ago)
- Last Synced: 2025-04-14T02:06:33.880Z (19 days ago)
- Topics: d3, d3js, library, nim, nim-lang
- Language: Nim
- Homepage:
- Size: 182 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nim-d3

Nim Foreign Function Interface (FFI) bindings to [d3.js](https://d3js.org).
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/](examples/) for usage.
## Install
nim-d3 is available in [nimble](https://github.com/nim-lang/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`