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

https://github.com/eknowles/roulette-ts

A 3D roulette game build with three.js and TypeScript.
https://github.com/eknowles/roulette-ts

game-engine react roulette three-js typescript

Last synced: 2 months ago
JSON representation

A 3D roulette game build with three.js and TypeScript.

Awesome Lists containing this project

README

          

# Roulette

- TypeScript
- Three.js
- Blender
- Sketch

## Build

### Development

Run `vite` on http://localhost:3000

```bash
$ bun run dev
```

### Production

Build a production bundle to `./dist`

```bash
$ bun run build
```

## Resources

[Diving In: THREE.js by CJ Gammon](https://www.youtube.com/playlist?list=PL08jItIqOb2qyMOhtEUoLh100KpccQiRf)