Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/mladen/webgl-solar-system
- Owner: mladen
- Created: 2024-06-06T21:37:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T21:49:19.000Z (5 months ago)
- Last Synced: 2024-09-29T05:21:30.773Z (about 2 months ago)
- Topics: astronomy, graphics, graphics-programming, three-js, threejs, webgl
- Language: JavaScript
- Homepage:
- Size: 5.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).