QuickBox2D Documentation

I finally finished the QuickBox2D documentation. Check it out here.

You can download QuickBox2D and see a few example code snippets on the QuickBox2D page. Should have a tutorial on that page in the next couple of days.

This entry was posted in Box2D, QuickBox2D, motion and tagged , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

5 Comments

  1. Posted May 18, 2009 at 1:35 pm | Permalink

    thanks Zevan

  2. Posted May 18, 2009 at 1:35 pm | Permalink

    FYI, you have an extra http in the first link

  3. Posted May 18, 2009 at 1:44 pm | Permalink

    ooh… thanks, link is fixed :)

  4. Posted August 4, 2009 at 1:12 am | Permalink

    Hey dude, really nice work. am loving quickbox, and greatfull for the effort. I would like to report a small issue, dont think its a bug just something i found moving over to Mac and Flex Builder 3. It refers to the QuickBox2D.as class. Line 42: public var timeStep:Number = 1/60; In flex builder this line resolves to 0 (ZERO), for some reason if u assign the var here it doesnt work. So when u get to the onRender() method, this was 0. So i had to add the assignment line in the constructor. timeStep = 1 / 60;

    I am compiling with Flex SDK 3.2, Mac os, v 10.5.7

    this has sorted the problem..

  5. Posted August 4, 2009 at 7:48 am | Permalink

    Wow that is really strange…. I’ll have to look into that. Thanks Rw.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*