Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 days 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
```