Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
extensions:sxphysics [2014/10/31 19:31] – [Data entry] 2.234.129.225extensions:sxphysics [2015/09/14 11:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +~~NOTOC~~
  
 +====== SXPhysics ======
 +
 +---- dataentry extension ----
 +author_mail   : alessandro.maroso@gmail.com Alessandro Maroso
 +description   : Extension that provides Box2D (2.3.0) physic library integration.
 +lastupdate_dt : 2014-10-31 # the date you created the extension
 +compatible    : v2.1 # the Sparrow version you tested the extension with
 +depends       : Box2D # if the ext. depends on others, list them here
 +tags          : Box2D, Physics # enter a few tags, separated by commas
 +homepage_url  : https://bitbucket.org/membersheep/sxphysics
 +----
 +
 +
 +
 +===== Usage =====
 +
 +The project on bitbucket contains the extension files in "Classes" folder. You can import those files in your project and use them as long as you have sparrow 2.x and box2d 2.0.x libraries in your project. In the example project I used [[http://cocoapods.org/]] to manage those libraries, and you can find a commented usage example in the file Game.mm.
 +It's important to consider that the box2d objects are created only when the display object (body or joint or world) is added to the display tree.
 +Finally, remember to rename your source files where you import SXPhysics with .mm extension instead of .m .
 +
 +===== Changelog =====
 +
 +  * //2014/02/05 11:31//: First public version
 +  * //2014/10/31 19:32//: Updated with Physics editor import method and example.
 +===== Discussion =====
 +
 +//No comments so far. Feel free to edit this part of the page.//
 
 
Powered by DokuWiki