https://github.com/x8bitrain/tiles
https://github.com/x8bitrain/tiles
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/x8bitrain/tiles
- Owner: x8BitRain
- License: mit
- Created: 2023-05-21T22:35:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T22:37:15.000Z (about 3 years ago)
- Last Synced: 2025-02-09T08:21:58.811Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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
```