Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 777 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 777 Bytes

nim-d3

test-build-examples

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.

Image of example 5 Image of example 6

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