Is there a Box2D tutorial available for beginners to learn?
Hey, may I ask how beginners can learn box2d
Novices need to learn materials, and APIs are also acceptable
Novice knows nothing and seeks help
Or, do you have any recommended collision detection libraries
It would be great to have tutorials or APIs for beginners to learn
Hi again,
If you visit the Box2D repository there is a sample project for OpenFL with many examples. I found this useful.
1 Like
The important thing to remember with Box2D is that it has an invisible physics world, and the OpenFL display objects need to be updated to reflect that world.
There are some decent tutorials on this site, but you would need to translate them into Haxe: Box2D Tutorials
1 Like