https://github.com/alvarosabu/vuejs-live-tresjs-workshop
Repository of the TresJS workshop at VueJS Live London
https://github.com/alvarosabu/vuejs-live-tresjs-workshop
Last synced: 6 months ago
JSON representation
Repository of the TresJS workshop at VueJS Live London
- Host: GitHub
- URL: https://github.com/alvarosabu/vuejs-live-tresjs-workshop
- Owner: alvarosabu
- License: mit
- Created: 2023-05-14T09:29:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T13:22:09.000Z (over 2 years ago)
- Last Synced: 2025-02-13T01:34:55.029Z (8 months ago)
- Language: TypeScript
- Size: 1.49 MB
- 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 📦
- 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
```