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

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)

Awesome Lists containing this project

README

          

# 2025年最新!Three.js入門:3DCGの基礎を完全解説

## YouTube

[!["2025年最新!Three.js入門:3DCGの基礎を完全解説"](https://i.ytimg.com/vi/uToP-ej6kXc/maxresdefault.jpg)](https://youtu.be/uToP-ej6kXc)

## 技術選定

- Bun
- Vite
- TypeScript
- Three.js

## 参考サイト

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

## 初期設定

### NodeModule をインストール

```bash
bun install
```