My insight on the business of software development, expecially in agile methodolgies and lately into functional programming
Thursday, December 20, 2012
3D user interfaces: lists and scrolling in 3D
In a 3D UI traditional vertical, or even touch horizontal scroll doesn't work anymore. Instead, the information is divided in pages, and they are stacked one in from of the other. When the user swipes the page it moves to become the last in the stack, and the one behind it becomes first. Swiping in the other direction reverses the action.
No comments:
Post a Comment