diff --git a/sig/sig-gaming/OWNERS b/sig/sig-gaming/OWNERS new file mode 100644 index 0000000000000000000000000000000000000000..37cccc379feb409c27e0fcb93e0b033d102cfc6a --- /dev/null +++ b/sig/sig-gaming/OWNERS @@ -0,0 +1,28 @@ +{ + "Leader": [{ + "gitee_id": "frank-huangran", + "gitee_email": "frank-huangran@huawei.com" + } + ], + "Committers": [{ + "gitee_id": "honglianglin", + "gitee_email": "linhongliang@hisilicon.com" + }, + { + "gitee_id": "zleoyu", + "gitee_email": "zhangleiyu1@huawei.com" + }, + { + "gitee_id": "lz-230", + "gitee_email": "lizheng2@huawei.com" + }, + { + "gitee_id": "He_r", + "gitee_email": "herui52@huawei.com" + }, + { + "gitee_id": "niu2x", + "gitee_email": "niu2x@icloud.com" + } + ] +} diff --git a/sig/sig-gaming/figures/gaming-overview.png b/sig/sig-gaming/figures/gaming-overview.png new file mode 100644 index 0000000000000000000000000000000000000000..a30eadd4cd4da191df943e593a3d053ff79256df Binary files /dev/null and b/sig/sig-gaming/figures/gaming-overview.png differ diff --git a/sig/sig-gaming/sig-gaming.md b/sig/sig-gaming/sig-gaming.md new file mode 100644 index 0000000000000000000000000000000000000000..36eb3b8f9c6fcd6c7109f1a0c1d73ab1f9715611 --- /dev/null +++ b/sig/sig-gaming/sig-gaming.md @@ -0,0 +1,36 @@ +# SIG-Gaming +English | [简体中文](./sig-gaming_cn.md) + +Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md). + +## SIG group work objectives and scope + +### work goals +Build game application migration and development capabilities based on OHOS. Connect game related technologies from end to end on the OH, so that game applications can run efficiently and conveniently on the OH. At the same time, combined with the distributed ability of OH, create and improve the distributed experience of the game. + +### work scope +- Porting and adapting game engine for OpenHarmony + +![OpenHarmony文档概览](figures/gaming-overview.png) + +## The repository +- project name: + - https://gitee.com/openharmony-sig/cocos2dx + - https://gitee.com/openharmony-sig/third_party_cocos2d + +## SIG Members + +### Leader +- @frank-huangran(https://gitee.com/frank-huangran) + +### Committers +- @honglianglin(https://gitee.com/honglianglin) +- @zleoyu(https://gitee.com/zleoyu) +- @lz-230(https://gitee.com/lz-230) +- @He_r(https://gitee.com/He_r) +- @niu2x(https://gitee.com/niu2x) + +### Meetings + - Meeting time:Every two weeks' Friday 14:30-15:15 + - Meeting application: [OpenHarmony Sig-Gaming Meeting Proposal](https://shimo.im/file-invite/6LUJkovmJuABaTcW8v8a9TpZAl9d6/) + - Meeting link: Welink diff --git a/sig/sig-gaming/sig-gaming_cn.md b/sig/sig-gaming/sig-gaming_cn.md new file mode 100644 index 0000000000000000000000000000000000000000..73900897d250e5201902d68849788eae6900dd01 --- /dev/null +++ b/sig/sig-gaming/sig-gaming_cn.md @@ -0,0 +1,42 @@ +# SIG-Gaming +简体中文 | [English](./sig-gaming.md) + +说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 + +## SIG组工作目标和范围 + +### 工作目标 +构建基于OHOS上的游戏应用程序迁移及开发能力。在OH上端到端拉通游戏相关技术,让游戏类应用高效,方便的在OH上运行。同时结合OH分布式能力,打造和提升游戏的分布式体验。 + +### 工作范围 +- 为OpenHarmony移植与适配游戏引擎 + +![OpenHarmony文档概览](figures/gaming-overview.png) + +## 代码仓 + +|部件名称|部件功能描述|部件仓名称| +| ------------ | ------------ |------------ | +|cocos2dx|开源、轻量的跨平台游戏引擎|cocos2dx| +|third_party_cocos2d|开源、轻量的跨平台游戏引擎|third_party_cocos2d| + +- 代码仓地址: + - https://gitee.com/openharmony-sig/cocos2dx + - https://gitee.com/openharmony-sig/third_party_cocos2d + +## SIG组成员 + +### Leader +- @frank-huangran(https://gitee.com/frank-huangran) + +### Committers列表 +- @honglianglin(https://gitee.com/honglianglin) +- @zleoyu(https://gitee.com/zleoyu) +- @lz-230(https://gitee.com/lz-230) +- @He_r(https://gitee.com/He_r) +- @niu2x(https://gitee.com/niu2x) + +### 会议 + - 会议时间:双周周五14:30-15:15 + - 会议申报:[OpenHarmony Sig-Gaming Meeting Proposal](https://shimo.im/file-invite/6LUJkovmJuABaTcW8v8a9TpZAl9d6/) + - 会议链接: Welink diff --git a/sig/sig_list.toml b/sig/sig_list.toml index 6484c4ddb48c18ff3ec8e112f2be5a65be6994b9..e3a44762b4ec9344163faab6a3dae05c5816f25e 100644 --- a/sig/sig_list.toml +++ b/sig/sig_list.toml @@ -337,3 +337,9 @@ name = "sig-temp" description = "为OpenHarmony CI平台临时验证在IT平台创建SIG&代码仓库" leader = { gitee_id = "https://gitee.com/landwind", email = "mamingshuai1@huawei.com" } sub_system = ["NONE"] + +[[sig_group]] +name = "sig-gaming" +description = "为OpenHarmony游戏移植创建代码仓库,在it平台创建SIG&代码仓库" +leader = { gitee_id = "https://gitee.com/frank-huangran", email = "frank-huangran@huawei.com" } +sub_system = ["NONE"] \ No newline at end of file