Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvarosabu/stream-series
Codebase for all the TresJS livecoding series on Twitch/Youtube
https://github.com/alvarosabu/stream-series
threejs tresjs twitch vue vue3
Last synced: 16 days ago
JSON representation
Codebase for all the TresJS livecoding series on Twitch/Youtube
- Host: GitHub
- URL: https://github.com/alvarosabu/stream-series
- Owner: alvarosabu
- Created: 2024-10-12T13:18:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T14:08:11.000Z (4 months ago)
- Last Synced: 2025-01-19T11:48:53.319Z (22 days ago)
- Topics: threejs, tresjs, twitch, vue, vue3
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](.github/repo-banner.png)
# Code from live-streams
This repository contains the code from the live-streams on my [Twitch channel](https://twitch.tv/alvarosabu).
# How to use
Each folder inside `episodes` contains the code from a specific live-stream. You can clone the repository and navigate to the folder of the live-stream you are interested in.
## Installation
Use pnpm to install the dependencies:
```bash
pnpm install
```## Running the code
Each folder contains a `package.json` file with a `dev` script that you can use to run the code:
```bash
cd episodes/low-poly-planet
pnpm run dev
```