Skip to content

Template for building godot games with typescript

License

Notifications You must be signed in to change notification settings

citizenll/godot-typescript-starter

Repository files navigation

Godot typescript start template

Features

  • 🦾 TypeScript, of course JsBinding for godot
  • 🔥 Use the new 3.5.stable version
  • ⚡️ ESBuild fastify to build,support use npm packages
  • 🌍 Web API support for godot
    • WindowOrWorkerGlobalScope

      • websocket
      • setTimeout
      • clearTimeout
      • setInterval
      • clearInterval
      • btoa
      • atob
      • performance
      • localStorage
      • sessionStorage
    • Performance API

    • Storage API

    • Event

    • EventTarget

    • XMLHttpRequest

Usage

  • cd source && pnpm i npm or yarn
  • npm run dev Happy coding with typescript!
  • When I created this template, I used the 16+ version, maybe more than 13+ (type:module)

Download

  • Go to the actions to download compiled editor and template

Releases

No releases published

Packages

No packages published