Giter Site home page Giter Site logo

cywu88 / engine-native Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cocos/engine-native

0.0 0.0 0.0 181.08 MB

Native engine for Cocos Creator v2.x

Home Page: http://www.cocos.com/en/products

Shell 0.07% JavaScript 1.88% C++ 85.82% Python 0.70% C 4.30% Objective-C 0.90% Java 2.31% Objective-C++ 3.82% Makefile 0.20% Batchfile 0.01%

engine-native's Introduction

Cocos native engine for Cocos Creator v2.x

Build Status

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

For Cocos Creator v3.5+, native engine have been merged into engine repository


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/engine-native.git
    $ cd engine-native
    $ 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

The engine code is open sourced under the License. We welcome participation!

engine-native's People

Contributors

nantas avatar pandamicro avatar 2youyou2 avatar zilongshanren avatar minggo avatar cocosrobot avatar wenhailin avatar jareguo avatar sunnylanwanjun avatar drelaptop avatar patricejiang avatar knoxhuang avatar cocos-robot avatar holycanvas avatar caryliu1999 avatar wuzhiming avatar hylthink avatar xianyinchen avatar pppro avatar w-mtzing avatar timlyeee avatar wdzhangchukong avatar xmliaowx avatar dabingnn avatar colincollins avatar yangws avatar zhefengzhang avatar mmyduckx avatar bofeng-song avatar yongminghuang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.