https://github.com/arafipro/threejs-vite-base
2025年最新!Three.js入門:3DCGの基礎を完全解説(90)
https://github.com/arafipro/threejs-vite-base
bun cloudflare cloudflare-pages three-js typescript vite
Last synced: 2 months ago
JSON representation
2025年最新!Three.js入門:3DCGの基礎を完全解説(90)
- Host: GitHub
- URL: https://github.com/arafipro/threejs-vite-base
- Owner: arafipro
- Created: 2025-01-18T03:53:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T11:59:08.000Z (over 1 year ago)
- Last Synced: 2025-10-27T01:02:51.467Z (8 months ago)
- Topics: bun, cloudflare, cloudflare-pages, three-js, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2025年最新!Three.js入門:3DCGの基礎を完全解説
## YouTube
[](https://youtu.be/uToP-ej6kXc)
## 技術選定
- Bun
- Vite
- TypeScript
- Three.js
## 参考サイト
https://bun.sh/
https://ja.vite.dev/
https://threejs.org/
## 初期設定
### NodeModule をインストール
```bash
bun install
```