@jpmorganchase/anu
v1.0.1
Published
Anujs is an immersive data visualization toolkit built on the web-based 3D game engine [Babylon.js](https://www.babylonjs.com/) and [WebXR](https://immersiveweb.dev/). Anu is heavily inspired by [D3's](https://d3js.org/) data-binding DOM manipulation patt
Downloads
165
Keywords
Readme
Anu
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/
Install
Install with a Babylonjs project manually.
npm install @jpmorganchase/anuimport * as anu from '@jpmorganchase/anu'or
Install with our project template
npx @jpmorganchase/anu-starter@latest my_project cd my_project
npm install
npm run dev