Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexianweb/tresjs-playground
https://github.com/hexianweb/tresjs-playground
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexianweb/tresjs-playground
- Owner: hexianWeb
- License: mit
- Created: 2024-05-28T14:15:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-05T13:41:56.000Z (8 months ago)
- Last Synced: 2024-06-05T15:32:15.766Z (8 months ago)
- Language: Vue
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```