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

https://github.com/ryanmcdermott/webvr-n-body

WebVR n-body galaxy simulation using Barnes-Hut Tree and AFrame powered by WebGL
https://github.com/ryanmcdermott/webvr-n-body

aframe barnes-hut galaxy nbody nbody-simulation webvr

Last synced: 3 months ago
JSON representation

WebVR n-body galaxy simulation using Barnes-Hut Tree and AFrame powered by WebGL

Awesome Lists containing this project

README

          

# webvr-n-body
WebVR n-body galaxy simulation using Barnes-Hut Tree and AFrame powered by WebGL

## Installation
```
yarn install
yarn start
```

Open browser to `http://localhost:8080`

## Credits
- Greg Ziegan's [galaxy-playground](https://github.com/thebritican/galaxy-playground)
- Adam Chin's [BarnesHut-N-Body](https://github.com/chindesaurus/BarnesHut-N-Body)