65.9K
CodeProject is changing. Read more.
Home

An apple style dynamic picture list with egui libaray

starIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIconemptyStarIcon

1.25/5 (9 votes)

Jan 3, 2008

CPOL
viewsIcon

90134

downloadIcon

1203

An apple style dynamic picture list with egui libaray

egui_demo_project

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.