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

https://github.com/publicarray/solar-sim

Rework of the solar animation in three.js
https://github.com/publicarray/solar-sim

earth es6 solarsystem space three-js threejs webgl webpack

Last synced: 9 months ago
JSON representation

Rework of the solar animation in three.js

Awesome Lists containing this project

README

          

# SolarSim
Rework of the solar animation in three.js

## Install

```
yarn
yarn build
```

Open index.html on a web-server.

## Development

### build and watch file changes

```
yarn dev
```

### check formatting

```
yarn format
```