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

https://github.com/x8bitrain/tiles


https://github.com/x8bitrain/tiles

Last synced: about 1 year ago
JSON representation

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