Rocky
Rocky

Reputation: 1287

AndEngine: Is there any file or read-online site to describe AndEngine in detail?

Is there any file or read-online site to describe AndEngine in detail?

Upvotes: 0

Views: 95

Answers (1)

JohnEye
JohnEye

Reputation: 6895

No, we all learn mostly by trial and error, Stack Overflow and generally googling around. You can find some answers on the official forum but I haven't had much luck when asking there. Also see this unofficial wiki and the official one. There are also many tutorials scattered on various blogs.

If you plan to use physics, there are many resources for the Box2D engine that are applicable for AndEngine's physics extension, except the programming is not done in C++ but in Java. See the Box2D manual.

Upvotes: 2

Related Questions