| 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 ReactUI allows you to design and manage user interfaces with a state-of-art, modern and powerful framework: React. Not only: it allows you to use all tools and plugins you use in web development to implement a game's user interface.
 
 Speaking about tooling, it comes with a pre-set environment composed by:
 - webpack as bundling/building system
 - Less as CSS super-set
 - Babel as Javascript transpiler, so your Javascript code can run on old browsers too
 - React as Virtual DOM rendering engine
 
 It comes with a powerful and extensible event system, that allows you to easily raise and manage events from the game or the UI. This is possible thanks to a special Javascript/C# bridge, integrated in the package.
 
 Last, but not least, it comes with a little game sample that shows you simple interactions from game => UI or from UI => game.
 This plugin is specific for WebGL-based games!
 
 
 ReactUI允许你用一个最先进的、现代的和强大的框架来设计和管理用户界面。React。不仅如此:它允许你使用你在Web开发中使用的所有工具和插件来实现游戏的用户界面。
 
 说到工具,它有一个预设的环境,由以下部分组成。
 - webpack作为捆绑/构建系统
 - Less作为CSS超级集
 - Babel作为Javascript转译器,因此你的Javascript代码也可以在旧的浏览器上运行
 - React作为虚拟DOM渲染引擎
 
 它有一个强大的、可扩展的事件系统,允许你轻松地从游戏或用户界面中提出和管理事件。这要归功于一个特殊的Javascript/C#桥,它集成在软件包中。
 
 最后,但同样重要的是,它带有一个小游戏样本,向你展示了从游戏=>用户界面或从用户界面=>游戏的简单交互。
 这个插件是专门为基于WebGL的游戏准备的。
 
 
 
 
 
 
 
 |