https://github.com/tresjs/starter
Starter repo template for TresJS applications
https://github.com/tresjs/starter
3d glsl starter starter-template three threejs tresjs vite vue webgl
Last synced: about 1 year ago
JSON representation
Starter repo template for TresJS applications
- Host: GitHub
- URL: https://github.com/tresjs/starter
- Owner: Tresjs
- License: mit
- Created: 2023-02-26T14:50:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T18:30:10.000Z (over 1 year ago)
- Last Synced: 2025-03-27T03:51:16.950Z (about 1 year ago)
- Topics: 3d, glsl, starter, starter-template, three, threejs, tresjs, vite, vue, webgl
- Language: Vue
- Homepage: https://tresjs.org
- Size: 549 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
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
```