Puer Typescript
PuerTS is a TypeScript programming solution in Unity/Unreal/DotNet.
1. Provides JavaScript Runtime.
2. Allows TypeScript to access the host engine with TypeScript declarations generation.
by Tencent PuerTS
Price History +
PUER Typescript is a scripting library that already opened sources on Github since 2020. see: github/Tencent/puerts
What you can get from PUER Typescript:
- Facilitates game-building processes by combining JavaScript/Node.js ecosystem and professional game engines
- In contrast to Lua script, TypeScript supports static type checking, which significantly improves code robustness and maintainability.
- High efficiency: supports reflection call throughout the host - no extra steps needed for interop with C++/C#.
- High performance: supports static wrapper generation - handles complex scenes with high-performance demands.
- Talented WebGL Support: massive advantage in performance and dev efficiency compared to Lua, even faster than pure C# in some cases.
Asset uses NodeJS under its License; see Third-Party Notices.txt file in package for details.
Asset uses Typescript under its License; see Third-Party Notices.txt file in package for details.
Asset uses glob under its License; see Third-Party Notices.txt file in package for details.