https://github.com/alvarosabu/vue-forge-low-poly-planet
https://github.com/alvarosabu/vue-forge-low-poly-planet
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvarosabu/vue-forge-low-poly-planet
- Owner: alvarosabu
- License: mit
- Created: 2024-11-10T12:22:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T07:49:06.000Z (11 months ago)
- Last Synced: 2025-03-15T21:55:02.647Z (7 months ago)
- Language: Vue
- Size: 1.09 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Vue Forge Excercise - Low Poly 3D Planet 🪐
> Quick start repo for [Tres.js](https://tresjs.org) projects
## Features
- [Tres.js](https://tresjs.org) and latest [Three.js](https://threejs.org)
- `@tresjs/cientos` package pre-installed 📦
- `@tresjs/leches` GUI controls for debuging 🍰
- Shader support (glsl) with [`vite-plugin-glsl`](https://github.com/UstymUkhman/vite-plugin-glsl) 🎨## Usage
```bash
npx degit tresjs/starter my-tres-project
```## Install
```bash
cd my-tres-project
pnpm install
```## Run
```bash
pnpm dev
```## Build
```bash
pnpm build
```