Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tresjs/starter
- Owner: Tresjs
- License: mit
- Created: 2023-02-26T14:50:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T11:43:09.000Z (4 days ago)
- Last Synced: 2024-11-12T12:31:28.166Z (4 days ago)
- Topics: 3d, glsl, starter, starter-template, three, threejs, tresjs, vite, vue, webgl
- Language: Vue
- Homepage: https://tresjs.org
- Size: 543 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 📦
- `@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
```