https://github.com/warioddly/earth
A 3D earth project where I used Three.js search to create a realistic rendering of our planet. The goal of the project was to create an interactive 3D earth globe. 🌍
https://github.com/warioddly/earth
3d 3d-graphics blender css javascript js threejs web webgl website website-design
Last synced: 11 months ago
JSON representation
A 3D earth project where I used Three.js search to create a realistic rendering of our planet. The goal of the project was to create an interactive 3D earth globe. 🌍
- Host: GitHub
- URL: https://github.com/warioddly/earth
- Owner: warioddly
- Created: 2023-07-17T17:21:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T04:14:16.000Z (over 2 years ago)
- Last Synced: 2025-07-12T16:34:51.151Z (11 months ago)
- Topics: 3d, 3d-graphics, blender, css, javascript, js, threejs, web, webgl, website, website-design
- Language: TypeScript
- Homepage: https://warioddly.github.io/earth/
- Size: 42.9 MB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Earth
1. Build the project for production:
```bash
npm build
```
or development
```bash
npm dev
```
2. Run project in development
```bash
npm start
```
serve development
```bash
npm dev:server
```