Skip to content

hiteshjasani/nim-d3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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