First off, I'm happy the forums back.
For the name I thought maybe mixing Axio (Worthy) and just Z
So first I thought of Axio-Z which I didn't like so no preview.
Then I though of Axiz:
and then I thought of Zxio:
Those are my thoughts.
I'd rather have Favorites 2nd. And did you think about that quicklaunch idea I had at all?
I figure Games Library sounds better so
- Games Library
- Favorites
- Settings
- Quit
My view would to be have a "Mark as Favorite" after selecting an item. Then possibly having a star to show that it's favorited. Once favorited, there could be a choice in the main main zib menu for only fav'd games.
So like
- All Games
- Favorites
- Settings
- Quit
Something like that.
I'd say just clone it. The TV out is more of a, "I'm tired of using this little screen, let's play it for real" type thing.
I wouldn't want to play it back and forth.
Also, Aimless_E, I make sure to check this thread multiple times a day.
I'm a little confused. Is the UI drawn more like a form type editor that you design not during runtime. Or is more of a
draw()
{
sidebar.Draw();
foreach(menu m in blahs)
m.draw();
}
Type deal. I'm just totally lost on how you're doing it. Maybe if you explained the process, I might be able...
That's what I was personally thinking would be best. Although, I must admit, I never really integrated Sql into any of my applications except in PHP which doesn't really count. SqlLite seems very lightweight and portable though, it was used in XBMC for the xbox.