I want to use D3js, but not within a browser. I looked into running it with SpiderMonkey/V8, but it doesn't seem to be possible. I've also found Emperical, however it's a wrapper that actually still runs within a browser.
Does anyone know if it's possible to create D3 visualizations within a C++ compiled program?