Introduction
eGUI/easyGUI is a opensource UI libaray eGUI http://code.google.com/p/easygui
This is the third artical for how to using the egui ui libaray to create a apple-style picture list.
Everyone ever used iphone or itunes should apple design a cool picture list for displaying the picture of Movie or music, i just try to implement a similar list with egui, but there have a little slow performance than apple.
The enclosed project file is kind of large since it contains some bmp picturs for demo.
Using the code
Please check Test3DListWidget() function in MainMenuView.cpp for detatil code usage.
Enjoy it.