https://github.com/chuongmep/threejs_bun
Use Bun and TypeScript With Threejs
https://github.com/chuongmep/threejs_bun
bun threejs
Last synced: 2 months ago
JSON representation
Use Bun and TypeScript With Threejs
- Host: GitHub
- URL: https://github.com/chuongmep/threejs_bun
- Owner: chuongmep
- Created: 2025-01-24T07:09:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T09:17:16.000Z (over 1 year ago)
- Last Synced: 2025-10-05T15:37:39.505Z (9 months ago)
- Topics: bun, threejs
- Language: TypeScript
- Homepage: https://dev.to/chuongmep/get-start-threejs-with-bun-typescript-in-macos-p5g
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test_threejs
DEMO : https://chuongmep.github.io/threejs_bun/
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run main.js
```
This project was created using `bun init` in bun v1.0.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.