CS196Illinois / Group30-FA22

0 stars 1 forks source link

Read Documentation (Task 3) #8

Closed yaswant2403 closed 2 years ago

yaswant2403 commented 2 years ago

Documentation of Box2D on LibGDX:

https://libgdx.com/wiki/extensions/physics/box2d

It goes over the basic physics concepts in Box2D and how to implement them. Additionally, it goes over dynamic bodies, sprites and even provides tutorials for common Box2D implementations Tutorial Series. They're in C++, but the concepts are the same as Java

YouTube Tutorials

CLICK ME! IBeginner Tutorial

This guy has a bunch of tutorials about various topics on Box2D, so he'll be a great reference for the future as well.

Jeybird248 commented 2 years ago

Done