Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 23 hours ago
JSON representation

Starter repo template for TresJS applications

Awesome Lists containing this project

README

        

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


core
cientos
core
core
discord chat

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