Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android, libgdx and box2d basics [closed]

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

like image 682
Yogesh Avatar asked May 02 '12 19:05

Yogesh


1 Answers

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.

like image 127
Steve Blackwell Avatar answered Sep 21 '22 16:09

Steve Blackwell