Giter Site home page Giter Site logo

Comments (3)

aoxu avatar aoxu commented on May 27, 2024

Your ref docs about Corona physics library is built around Box2d.
I already integrated Box2d into my project, because:

  1. Box2d is C++ library, it is object-orient, the same style as Obj-C(iOS) and Java(Android).
  2. Chipmunk use a lot of too-simple naming methods in APIs, such as: http://chipmunk-physics.net/release/ChipmunkLatest-API-Reference/group__cp_b_b_b.html
    look at the BB, it means BoundingBox; and the alphabetical arguments: l, b, r, t. You can not see what do they mean. In fact it is not easy to understand, you have to memorize a lot of abbreviations to master Chipmunk development.
    In Box2d, the APIs use full naming method as the Apple Obj-C style guide, so it is easy to accept by the iOS developers. look at the Box2d ref. It is easy to understand.
  3. the performance between C and C++ library are little.
  4. Box2d is cross-platform, e.g.: it's widely used in Flash as a mature framework.
  5. Box2d support more functions than Chipmunk, such are Bullets type body

from quick-cocos2d-x.

dabing1022 avatar dabing1022 commented on May 27, 2024

Hi, aoxu, you just said you have already intergarted Box2d to your project, how to do that?

from quick-cocos2d-x.

aoxu avatar aoxu commented on May 27, 2024

@dabing1022 I've intergrated Box2d into my project, but not into quick-cocos2d-x, using the official C++ interface of Box2d within Obj-C code.

from quick-cocos2d-x.

Related Issues (20)

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.