An open API service indexing awesome lists of open source software.

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

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)!