Skip to content

jpmorganchase/anu

Repository files navigation

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/anu
import * 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

Questions, Comments, or Suggestions?

If you have any questions, comments or suggestions please feel free to drop by the discussion forum!