Anujs is an immersive data visualization toolkit built on the web-based 3D game engine Babylon.js and WebXR. Anu is heavily inspired by D3's data-binding DOM manipulation patterns and visualization utility. Anu works in synergy with D3 to bring these patterns to Babylon, enabling developers to dynamically manipulate the Babylon scene graph with data and augment 3D immersive visualizations with utilities, pre-fabs, and interactions.
See our docs for more details: https://jpmorganchase.github.io/anu/
npm install @jpmorganchase/anu
import * as anu from '@jpmorganchase/anu'
or
npx @jpmorganchase/anu-starter@latest my_project
cd my_project
npm install
npm run dev