https://github.com/arafipro/threejs-vite-shapes
10分で理解できる!Three.js入門:ジオメトリとマテリアルを解説 3DCGいっぱい
https://github.com/arafipro/threejs-vite-shapes
bun three-js typescript vite
Last synced: 2 months ago
JSON representation
10分で理解できる!Three.js入門:ジオメトリとマテリアルを解説 3DCGいっぱい
- Host: GitHub
- URL: https://github.com/arafipro/threejs-vite-shapes
- Owner: arafipro
- Created: 2025-01-25T03:51:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T01:18:06.000Z (over 1 year ago)
- Last Synced: 2025-07-20T07:42:03.854Z (11 months ago)
- Topics: bun, three-js, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 10分で理解できる!Three.js入門:ジオメトリとマテリアルを解説 3DCGいっぱい
## YouTube
[](https://youtu.be/0mfWGFS6Osk)
## 技術選定
- Bun
- Vite
- TypeScript
- Three.js
## 参考サイト
https://bun.sh/
https://ja.vite.dev/
https://threejs.org/
## 初期設定
### NodeModule をインストール
```bash
bun install
```