An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![repo-banner](https://github.com/Tresjs/playground/raw/main/public/github-banner.png)

# 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
```