11 Star 90 Fork 18

Cocos/cocos-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

cocos-engine native part

It is the native backend of Cocos Creator. It works on iOS, Android, macOS and Windows.

Coding format and coding style

The coding format file is .clang-format, and the coding style format file is .clang-tidy. Please use clang-format to format the codes and use clang-tidy to fix the coding style before committing codes. See the linter auto-fix guide for more information.

Build Requirements

  • Xcode 11.5+ to build mac games
  • or Visual Studio 2017 15.7+ / Visual Studio 2019 to build win64 games
  • NDK 21-22 is required to build Android games (23+ is not supported)
  • Cmake 3.8+ is required

System Requirements

  • macOS 10.14+
  • iOS 11.0+
  • 64-bit Windows 7+
    • with vulkan 1.0 to 1.2 if want to run with vulkan
  • Android 4.4+
    • Android 7+ if want to run with vulkan

C++ related

  • use C++17, but can only use these C++17 features
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cocos/cocos-engine.git
git@gitee.com:cocos/cocos-engine.git
cocos
cocos-engine
cocos-engine
develop

搜索帮助