Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
Rework of the solar animation in three.js
- Host: GitHub
- URL: https://github.com/publicarray/solar-sim
- Owner: publicarray
- License: gpl-3.0
- Created: 2017-04-18T01:34:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T23:23:39.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T05:58:16.951Z (8 months ago)
- Topics: earth, es6, solarsystem, space, three-js, threejs, webgl, webpack
- Language: JavaScript
- Homepage: https://publicarray.github.io/solar-sim
- Size: 35.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```