vault backup: 2023-07-24 16:54:43

This commit is contained in:
BlueRose 2023-07-24 16:54:43 +08:00
parent fe5a443c36
commit c9ef719f9a
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
---
title: Puerts——学习资料归纳
date: 2023-07-24 15:12:29
excerpt:
tags: Puerts
rating: ⭐
---
# 前言
https://github.com/Tencent/puerts
- [安装方法](https://github.com/Tencent/puerts/blob/master/doc/unreal/zhcn/install.md)
- [FAQ](https://github.com/Tencent/puerts/blob/master/doc/unreal/zhcn/faq.md)
- [更新日志](https://github.com/Tencent/puerts/blob/master/doc/unreal/zhcn/changelog.md)
相关文章&视频:
- [UE引擎里头跑个nodejs服务器是怎样一种体验](https://zhuanlan.zhihu.com/p/428250631)
- [在你的ios、android应用中嵌入官方版nodejs是什么感觉](https://zhuanlan.zhihu.com/p/568969543)
- [[UnrealCircle深圳] puerts-UE下TypeScript编程插件 | 腾讯 车雄生](https://www.bilibili.com/video/BV1oB4y1A7dY/?spm_id_from=333.337.search-card.all.click&vd_source=d47c0bb42f9c72fd7d74562185cee290)
案例工程:
- https://github.com/chexiongsheng/puerts_unreal_demo
# UE访问Puerts
通过UDynamicDelegateProxy其成员记录了绑定的虚拟机与JS函数。