Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mladen/webgl-solar-system

:earth_africa: Solar system in WebGL (using Three.js) [WIP]
https://github.com/mladen/webgl-solar-system

astronomy graphics graphics-programming three-js threejs webgl

Last synced: about 1 month ago
JSON representation

:earth_africa: Solar system in WebGL (using Three.js) [WIP]

Awesome Lists containing this project

README

        

# Solar system in WebGL (using Three.js)

![Planet Earth](screenshot_from_2024-06-06_zoomed_in.png 'Our home')
![Planet Earth](screenshot_from_2024-06-06.png 'The Blue Marble')

## Install the dependencies

```bash
yarn
# or
npm install
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)

```bash
quasar dev
# or
yarn quasar dev
```

### Lint the files

```bash
yarn lint
# or
npm run lint
```

### Format the files

```bash
yarn format
# or
npm run format
```

### Build the app for production

```bash
quasar build
```

### Customize the configuration

See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).