Giter Site home page Giter Site logo

ufiframework's Introduction

UFIFramework

Unity+FairyGui+ILRuntime游戏框架

1.FairyGui作为游戏UI框架,并且提供代码自动生成工具,自动生成UI的view层脚本,和基础的control层脚本 生成之后view层代码不需要再修改了,逻辑写在control层即可 UIManager作为游戏的UI管理框架,采用堆栈结构控制UI,实现UI的自动控制

2.ILRuntime作为游戏的热更脚本(可以不用去写lua了,全C#开发)

3.采用反射,和打标签的方式实现实现消息机制的自动监听 在脚本里调用this.RegisterEvent();即可对此类所有打了[EventMsg]标签的脚本进行自动监听 this.UnregisterEvent(); 对应为移除消息监听

4.数据管理类

后续的以后再补充。。。。。。

ufiframework's People

Contributors

yogioh123456 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.