I’m creating a 2d android game with OpenGL ES 1.1 and i’m not using a game engine.I’m using my own framework.
I’m wondering about how people create cool gui’s for their game?Are all parts of it is drawing only?
Also how can i create cool transitions between screens?What is the way for it?Maybe any library or method for this?
EDIT:
Look that video,when he touch to credits there is a transition between screens.That’s what i mean the transition between screens.
If you want a cool GUI, I suggest you get into contact with a graphics designer if your GIMP or PS skills won’t suffice. Transitions are a combination of code and graphics. You’ll have to play around with it. eg. Transitions are made the same way you would make a game.