Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!