LoginSignup
1
0

TypeScriptでちょっと本気の3Dアクションゲームを作る

Last updated at Posted at 2024-05-05

TypeScript+ThreeJSサンプル

以前、ThreeJSで作ったゲームエンジンサンプルをアップグレードし、
モダンなTypeScriptで作り直しました。

サンプルの中身自体はあまり変わっていませんが、メンテナンス性を上げるためTypeScriptに完全移植しました。
package runnerにはbunを使用し、
bundlerもwebpackからviteに移植し、
linter&formatterもbiomeに移植しました。

  • ThreeJS
  • ammojs
  • typescript
  • bun
  • vite
  • biome

Github: ThreeJS+TypeScript
デモ:https://teradonburi.github.io/threejs-ts/

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0