October 2014
Intermediate to advanced
516 pages
11h 53m
English
In this chapter, we will cover the following recipes:
User interface refers to the methods and components through which a user will interact with your application, which may or may not be a game. To make your life easier, Libgdx provides you with a built-in variety of widgets and structural components you can use to create a scene graph, commonly known as Scene2D.
A scene graph is basically a data structure to hierarchically organize the content of a scene. This implies that changes in parent nodes will be reflected on their children too.
Read now
Unlock full access