This commit is contained in:
2025-05-12 05:45:47 +09:00
commit baad042ce7
138 changed files with 7620 additions and 0 deletions

13
book/web/README.md Normal file
View File

@ -0,0 +1,13 @@
# web
webで動くゲームを開発する技術を紹介します。
3Dモデルには様々な形式があります。ここでは`.glb`, `.vrm`を扱います。
これらをwebに表示することができます。例えば、[tyrano builder](https://b.tyrano.jp/)と組み合わせノベルゲームを作成できます。
|url|body|
|---|---|
|https://github.com/mrdoob/three.js/|3Dモデルをwebに表示|
|https://github.com/pixiv/three-vrm/|vrmをthree.jsで扱う|