Tagged Questions
0
votes
0answers
246 views
Which is currently better for a beginner android programmer, Andengine or Libgdx? [closed]
I know the question has been asked, but none with answers too recent, I know that libgdx is documented and that andengine isn't really documented at all, and that libgdx can do 3d (I would be doing ...
1
vote
0answers
192 views
how to get libgdx view from andengine project
I want to initialize libgdx view from andengine project and add this view to the layout, wich contains andengine view. How can I initialize libgdx view from andengine project? AndengineMainActivity ...
2
votes
1answer
425 views
AnalogOnScreenController or Joystick for libGDX
has someone implements on screen controller for libGdx? simething like AndEngine AnalogOnScreenController
thanks
4
votes
3answers
1k views
Port Andengine game to other platform?
I'm planning on writing a multiplayer game with Android as my primary focus as far as OS/platform, but I would like the ability to port the game to at least the web. I'm looking into Andengine as I'm ...
0
votes
1answer
672 views
LibGDX Box2D physics app crash at launch
I'm using a Win 7 64-bit system. LibGDX gdx-helloworld-android app works fine. It doesn't have any box2D stuff. But when I try to use run a physics demo/test, for example those found at ...
14
votes
2answers
8k views
Andengine vs libgdx
Has any one got recommendations (technical, functional, or otherwise) for one of these game engines over the other?
I've worked through a couple of tutorials for each of them, and they both seem ...
2
votes
2answers
255 views
How to display text with two-color background?
I need to create an app for android, where the 2-color text will be displayed on the 2-color background. See picture on the left. Then, the line should be moved with animation and result image should ...
3
votes
2answers
2k views
creating a smooth rope with an android physics engine
I want to practice programming with (popular) android physics engines (AndEngine and libgdx).
It is not very difficult to create a small world with physics objects but now I want to create a rope and ...