# egret-gamelibrary **Repository Path**: swei/egret-gamelibrary ## Basic Information - **Project Name**: egret-gamelibrary - **Description**: egret library - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2016-03-09 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # egret极简框架 ``` 基于egret的极简框架,整体架构基于mvc,框架view层采用eui机制进行实现,实现view层代码的物理隔离,简单好用,完美全屏适配模式 ``` ## 项目结构树 ``` 只针对重要必须的文件进行说明 library --- 极简框架 marukoQuestion --- 极简框架的应用 |---bin-debug 运行在nodejs环境下的web程序,可看到各个类的load情况 |---bin-release 生产环境下的环境 |---libs 引入egret引擎官方库工程 ———————————————————————————— |---resource 项目中使用到的资源文件 |---template/runtime 运行在runtime环境下的配置 |---src 源代码文件 | |---common 基础的一些应用类,包含资源加载、日志等常规通用模块 | |---core mvc模块框架 | |---module 具体项目的模块化 | |---utils 基础工具类库 |---Main 游戏入口类 —————————————————————————————— |---egretProperties.json 项目配置文件 |---favicon.icon web页logo |---index.html 页面的基础配置,egret模式的基础配置 |---wingProperties.json IDE工具配置 —————————————————————————————— ``` ### 示例运行效果 [运行示例](http://111.161.78.106/admintest/game/maruko/question/v1/)