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

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いっぱい

Awesome Lists containing this project

README

          

# 10分で理解できる!Three.js入門:ジオメトリとマテリアルを解説 3DCGいっぱい

## YouTube

[!["10分で理解できる!Three.js入門:ジオメトリとマテリアルを解説 3DCGいっぱい"](https://i.ytimg.com/vi/0mfWGFS6Osk/maxresdefault.jpg)](https://youtu.be/0mfWGFS6Osk)

## 技術選定

- Bun
- Vite
- TypeScript
- Three.js

## 参考サイト

https://bun.sh/
https://ja.vite.dev/
https://threejs.org/

## 初期設定

### NodeModule をインストール

```bash
bun install
```