https://github.com/jpmorganchase/anu
Immersive Visualization Toolkit for BabylonJS
https://github.com/jpmorganchase/anu
cto gt-applied-research javascript jpmorganchase
Last synced: about 1 year ago
JSON representation
Immersive Visualization Toolkit for BabylonJS
- Host: GitHub
- URL: https://github.com/jpmorganchase/anu
- Owner: jpmorganchase
- License: apache-2.0
- Created: 2023-03-10T22:11:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-08T18:13:36.000Z (about 1 year ago)
- Last Synced: 2025-06-09T08:49:17.843Z (about 1 year ago)
- Topics: cto, gt-applied-research, javascript, jpmorganchase
- Language: JavaScript
- Homepage: https://jpmorganchase.github.io/anu/
- Size: 164 MB
- Stars: 45
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Anu
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 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](https://github.com/jpmorganchase/anu/discussions)!