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
- Host: GitHub
- URL: https://github.com/ryanmcdermott/webvr-n-body
- Owner: ryanmcdermott
- Created: 2018-04-28T21:34:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T22:08:08.000Z (about 8 years ago)
- Last Synced: 2025-04-22T15:21:37.043Z (about 1 year ago)
- Topics: aframe, barnes-hut, galaxy, nbody, nbody-simulation, webvr
- Language: TypeScript
- Homepage: https://ryanmcdermott.me/webvr-n-body/
- Size: 766 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)