https://github.com/hexianweb/tresjs-playground
https://github.com/hexianweb/tresjs-playground
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexianweb/tresjs-playground
- Owner: hexianWeb
- License: mit
- Created: 2024-05-28T14:15:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T13:41:56.000Z (about 2 years ago)
- Last Synced: 2025-02-09T05:46:54.986Z (over 1 year ago)
- Language: Vue
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# TresJS 🚀 Starter
> 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
```