Skip to content
#

ugui

Here are 188 public repositories matching this topic...

基于Unity的UGUI框架,使用MVVM思想编写的一款UI框架。支持数据和UI的双向绑定,同时还包含了一个高效的UI事件系统。使用UniVue可以让你不用再写任何GetComponent<>()函数去获取指定的UI组件,也不用自己去将事件绑定到UI上。这些重复、低效的代码都由框架完成。最重要的是,框架不会挂载任何脚本,你也无需挂载任何脚本去完成,框架对热更新是极度友好的。整体而言是对你的项目的零入侵。想要在Unity中实现Web前端Vue框架的思想。(目前只是基础模型尚未发布稳定版本,最新的预览版本请去看这个仓库(这个仓库里你将会看到所有正在开发的强大功能):https://github.com/Avalon712/UniVue-Develop)。

  • Updated Jun 8, 2024
  • C#

Improve this page

Add a description, image, and links to the ugui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ugui topic, visit your repo's landing page and select "manage topics."

Learn more