Android, libgdx and box2d basics

13,070

Solution 1

I would start with the official documentation at the libGDX wiki. That will get you up and running with some basic examples. Once you're beyond the basics, using the box2d manual will fill in all the details. It's very easy to read, and it's not hard to translate C to Java.

Solution 2

These tutorials might be helpful: http://decisiontreegames.wordpress.com/2012/04/14/using-box2d-in-libgdx-game-part-i/

Share:
13,070
Yogesh
Author by

Yogesh

Updated on June 26, 2022

Comments

  • Yogesh
    Yogesh almost 2 years

    I wrote couple of simple board games since i started on android learning, Please let me know is there any tutorial or links, where i can start with physics library with libgdx, looking for something like basics of physics with libgdx

  • Steve Blackwell
    Steve Blackwell about 12 years
    That book is for using the NDK. Using box2d with libgdx (where it is integrated) is going to be a whole different ballgame.
  • Bilthon
    Bilthon almost 11 years
    decisiontreegames.wordpress.com is marked private by its owner. Can I get an invitation?
  • Sajidur Rahman
    Sajidur Rahman over 8 years