In progress screenshot of new GUI
A version of WOTC's game by telengard
Moderators: telengard, CCGHQ Admins
13 posts
• Page 1 of 1
In progress screenshot of new GUI
by telengard » 19 Nov 2009, 01:50
Still more to do but a lot of the heavy lifting is done like the threading and synchronizing the game thread w/ the GUI as well as all of the scaling logic (the UI can be resized to any size).
Lots of "polish" still needed and I'm having some issues with repaints on Windows after being obscured by other windows.
I also need to somehow extract the scoring cell graphics and find a nice background for the board since I can't use the original (due to non symmetrical cell layout).
http://home.comcast.net/~bsturk/dreamblade/db_gui.png
The image above doesn't show any copyrighted artwork but there will be provisions for adding your own artwork easily.
The ncurses based UI will also be kept since that is what I use for testing.
Should be ready in a week or two!
EDIT: For some reason the IMG tags truncated the right-most part of the screenshot so I provided a link instead.
~telengard
Lots of "polish" still needed and I'm having some issues with repaints on Windows after being obscured by other windows.
I also need to somehow extract the scoring cell graphics and find a nice background for the board since I can't use the original (due to non symmetrical cell layout).
http://home.comcast.net/~bsturk/dreamblade/db_gui.png
The image above doesn't show any copyrighted artwork but there will be provisions for adding your own artwork easily.
The ncurses based UI will also be kept since that is what I use for testing.
Should be ready in a week or two!
EDIT: For some reason the IMG tags truncated the right-most part of the screenshot so I provided a link instead.
~telengard
Author of Dreamblade:
viewtopic.php?f=51&t=1215
viewtopic.php?f=51&t=1215
-
telengard - DEVELOPER
- Posts: 383
- Joined: 23 May 2009, 23:04
- Has thanked: 5 times
- Been thanked: 30 times
Re: In progress screenshot of new GUI
by Huggybaby » 19 Nov 2009, 03:06
The forum will obscure images, you have to zoom out with ctrl/scroll wheel to see it all, but by then text is too small. 
The new "paint job" is great, keep it up!

The new "paint job" is great, keep it up!
-
Huggybaby - Administrator
- Posts: 3227
- Joined: 15 Jan 2006, 19:44
- Location: Finally out of Atlanta
- Has thanked: 749 times
- Been thanked: 601 times
Re: In progress screenshot of new GUI
by BagelJester » 19 Nov 2009, 16:25
Its beautiful! Cant wait to see it done!
- BagelJester
- Posts: 9
- Joined: 19 Nov 2009, 06:25
- Location: California
- Has thanked: 0 time
- Been thanked: 0 time
Re: In progress screenshot of new GUI
by Snacko » 19 Nov 2009, 17:13
Looks great, hope you can find a better background with no skewed perspective.
Re: In progress screenshot of new GUI
by telengard » 19 Nov 2009, 21:03
Thanks guys! I know there's not a lot of eye candy (like Wagic/Incantus) but it will look decent.
I wish I had the UI skills of Incantus and frwololo.
~telengard
I wish I had the UI skills of Incantus and frwololo.
~telengard
Author of Dreamblade:
viewtopic.php?f=51&t=1215
viewtopic.php?f=51&t=1215
-
telengard - DEVELOPER
- Posts: 383
- Joined: 23 May 2009, 23:04
- Has thanked: 5 times
- Been thanked: 30 times
Re: In progress screenshot of new GUI
by telengard » 22 Nov 2009, 04:34
I've updated the screenshot linked above with the latest which shows the stats base (which was a *real* pain to get right as far as rendering and word breaks/spacing between sections etc).
What's holding up the release is redrawing issues on Windows when alt-tabbing or resizing. After doing one of those things you have to "force" a redraw by minimizing and bring back up. I've spent a few nights trying to figure it out and so far no luck. Linux etc works perfectly. I'm using the same toolkit for both platforms.
Only other thing is the background which right now is pretty vanilla. I'm also disappointed that you can't see the text well on the minis when they are on the board. Only so much space I guess. The exploded view to the upper right helps with that (you can toggle top/bottom view by double clicking).
Sooo, should I do a release given the Windows issues? They aren't showstoppers, but could be a little annoying. I'll know on Tuesday how good the OS X version will be.
~telengard
What's holding up the release is redrawing issues on Windows when alt-tabbing or resizing. After doing one of those things you have to "force" a redraw by minimizing and bring back up. I've spent a few nights trying to figure it out and so far no luck. Linux etc works perfectly. I'm using the same toolkit for both platforms.
Only other thing is the background which right now is pretty vanilla. I'm also disappointed that you can't see the text well on the minis when they are on the board. Only so much space I guess. The exploded view to the upper right helps with that (you can toggle top/bottom view by double clicking).
Sooo, should I do a release given the Windows issues? They aren't showstoppers, but could be a little annoying. I'll know on Tuesday how good the OS X version will be.
~telengard
Author of Dreamblade:
viewtopic.php?f=51&t=1215
viewtopic.php?f=51&t=1215
-
telengard - DEVELOPER
- Posts: 383
- Joined: 23 May 2009, 23:04
- Has thanked: 5 times
- Been thanked: 30 times
Re: In progress screenshot of new GUI
by telengard » 23 Nov 2009, 06:09
Finally figured out the issue on Windows, yay!
~telengard
~telengard
Author of Dreamblade:
viewtopic.php?f=51&t=1215
viewtopic.php?f=51&t=1215
-
telengard - DEVELOPER
- Posts: 383
- Joined: 23 May 2009, 23:04
- Has thanked: 5 times
- Been thanked: 30 times
Re: In progress screenshot of new GUI
by Huggybaby » 23 Nov 2009, 06:13
Awesome! BTW, if you have more questions I know someone that maybe could help. He programs in Linux and has had the same problems with Windows that you're confronting.
-
Huggybaby - Administrator
- Posts: 3227
- Joined: 15 Jan 2006, 19:44
- Location: Finally out of Atlanta
- Has thanked: 749 times
- Been thanked: 601 times
Re: In progress screenshot of new GUI
by melkor75 » 23 Nov 2009, 11:07
Cool! Look forward to try it
mm75

mm75
- melkor75
- Posts: 68
- Joined: 09 Oct 2009, 08:21
- Has thanked: 0 time
- Been thanked: 0 time
Re: In progress screenshot of new GUI
by telengard » 23 Nov 2009, 15:15
Cool, thanks for the offer, much appreciated. I seem to be good for the moment.Huggybaby wrote:Awesome! BTW, if you have more questions I know someone that maybe could help. He programs in Linux and has had the same problems with Windows that you're confronting.

~telengard
Author of Dreamblade:
viewtopic.php?f=51&t=1215
viewtopic.php?f=51&t=1215
-
telengard - DEVELOPER
- Posts: 383
- Joined: 23 May 2009, 23:04
- Has thanked: 5 times
- Been thanked: 30 times
13 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 9 guests