New object palette window

Add comment!

May 23rd, 2009

Happy memorial day weekend! Per Wolfire tradition, we try not to observe weekends, holidays, or combinations of the two until Overgrowth is finished, so here's another update!

I was talking with Phillip and we decided that it was kind of lame having three separate browsers for hotspots, objects, and decals (plus we have two more planned in the future).

So, the generic item browser widget was born!

Overgrowth item browser

When you hover over an item, a little heart will fade in. You can click it to add it to your favorites list. When you click the favorites button in the toolbar, only favorited items are shown. You can also find items by typing part of their name in the search bar. You can load external objects using the folder icon. Finally, you can use the slider in the bottom right corner to resize the icons to suit your taste.

My buddy Iiro Jppinen from Finland is the man who came up with this GUI design. That is why all of our UI looks pretty spiffy. Thanks to using Webkit for the UI via Awesomium it is a breeze to convert hot PSDs into usable UI -- it took me just a handful of hours to put this together.

I was struggling to figure out a way to handle the case where object names are too long to show. I tried a lot of things, even making it so that they roll in like a movie theater marquee when you move the mouse over them. After talking to Iiro, he was just like "why not just use a tooltip?" I can't believe I didn't think of that, especially after cooking up the styles for some hot OS X-ish tooltips just the week before.

Any suggestions on how to improve this UI?