Cocos native engine for Cocos Creator v2.x

Cocos Creator v2.x 原生引擎。「Native engine for Cocos Creator v2.x」

Github星跟踪图

Cocos2d-x, compact version

It is based on cocos2d-x[version 3.9], but remove 3D and other features. It works on iOS, Android, macOS and Windows.


The major change:

  • Remove 3D features

    • Sprite3D
    • Skybox
    • Terrain
    • Light
    • Navmesh
    • Physics3D
    • BillBoard
    • Animate3D
    • Bundle3D
    • MeshSkin
    • etc..
  • Only support iOS, macOS, Android and Windows.

  • Remove support for LUA script

  • Remove deprecated classes and functions

  • Remove Camera

  • Remove Physics integration

  • Using FastTileMap instead of TileMap

  • Remove C++ implementations of CocoStudio parser

  • Remove C++ implementations of CocosBuilder parser

  • Remove AssetsManager, AssetsManagerEX

  • Remove Allocator

  • Remove AutoPolygon

  • Remove support for WebP, S3TC, ATITC

  • Remove support for game controller

  • Improved robustness and many bugs have been fixed

Git user attention

  1. Clone the repo from GitHub.

    $ git clone https://github.com/cocos-creator/cocos2d-x-lite.git
    $ cd cocos2d-x-lite
    $ npm install
    
  2. After cloning the repo, please execute gulp init to download and install dependencies.

    $ gulp init
    
  3. Build simulator

    $ gulp gen-simulator
    $ gulp update-simulator-config
    

    If you need to debug the simulator on macOS, you should sign the "./simulator/mac/simulator.app" by using codesign after build, or manually build the simulator project ("./tools/simulator/frameworks/runtime-src/proj.ios_mac/simulator.xcodeproj") in Xcode and enable Signing.

Contributing to the Project

cocos2d-x-lite is licensed under the MIT License. We welcome participation!

主要指标

概览
名称与所有者cocos/engine-native
主编程语言C++
编程语言C++ (语言数: 12)
平台
许可证
所有者活动
创建于2016-03-14 08:35:33
推送于2025-06-12 02:42:19
最后一次提交2023-02-20 10:49:17
发布数113
最新版本名称2.4.16 (发布于 )
第一版名称1.3.1 (发布于 2016-11-03 18:08:00)
用户参与
星数703
关注者数44
派生数579
提交数4k
已启用问题?
问题数187
打开的问题数78
拉请求数3680
打开的拉请求数8
关闭的拉请求数522
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?