1 个仓库
The use of TypeScript as the primary scripting language for gameplay logic in game engines.
Distinct from TypeScript: No candidates provide a general domain for using TypeScript specifically within game engines like Unity or Unreal.
Explore 1 awesome GitHub repository matching game development · TypeScript. Refine with filters or upvote what's useful.
Puerts is a TypeScript runtime embedder and game engine scripting framework designed to integrate dynamic languages into low-level host applications. It functions as a high-performance cross-language API bridge, allowing developers to execute gameplay logic and editor scripts using TypeScript and JavaScript within a compiled host environment. The project distinguishes itself through a unified bridging API that supports pluggable scripting backends, enabling the selection or hot-swapping of different language engines to balance execution speed against binary size. It provides automated type de
Enables writing gameplay logic and scripts for Unity or Unreal Engine using TypeScript.