Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylfin/solar
WebGL and ThreeJS solar system simulation
https://github.com/tylfin/solar
Last synced: 3 days ago
JSON representation
WebGL and ThreeJS solar system simulation
- Host: GitHub
- URL: https://github.com/tylfin/solar
- Owner: tylfin
- License: mit
- Created: 2020-08-10T20:47:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T09:02:09.000Z (over 1 year ago)
- Last Synced: 2023-03-25T15:01:58.310Z (over 1 year ago)
- Language: JavaScript
- Size: 25.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solar
WebGL and ThreeJS solar system simulation. This project is a personal final project I wrote trying to commit
the lesson's I learned in the [Udacity's CS 291 Interactive 3D Graphics](https://www.udacity.com/course/interactive-3d-graphics--cs291) course to memory.## Table of Contents
- [Solar](#solar)
- [Table of Contents](#table-of-contents)
- [Requirements](#requirements)
- [How to run](#how-to-run)
- [Contributing](#contributing)## Requirements
I used the following npm and node versions:
```bash
$ npm --version
6.14.7
$ node --version
v14.4.0
```And used Firefox `79.0` as my development browser
## How to run
To run the animation in a web browser locally, first run this command to install the dependencies:
```bash
$ npm install
audited 812 packages in 3.725s
...```
Then run:
```bash
$ npm run start> [email protected] start /.../.../solar
> webpack-dev-server --open
...
```## Contributing
All contributions are welcome!