[CONCEPT] Concrete

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Feanor Offline
Senior Member
Posts: 110
Joined: Apr 2009
Reputation: 0
Post: #31
Another problem I found is that when I watch it fullscreen on my PC (that I think has a 16:10 aspect ratio) the whole thing gets deformed, so the angles look all weird... I had to set XBMC to windowed mode and force 720p 16:9...

Is there anyway to tell XBMC to letterbox the skin if the display is not 16:9?
find quote
Feanor Offline
Senior Member
Posts: 110
Joined: Apr 2009
Reputation: 0
Post: #32
watzen Wrote:sure... gimme a couple of seconds.. hmm can't access the latest iteration of what I did. but you'll get the idea.
and as you can see i didn't have access to the same goodlooking concrete texture.
[Image: screenshot000jax.th.jpg]

Great work!
If you want the texture just send me a message and I'll send it over to you, I could really use the coding help!

At first I had the home menu and the list item at different angles, but now I've decided to keep it all at 9ยบ
find quote
garvani Offline
Senior Member
Posts: 133
Joined: Apr 2009
Reputation: 0
Location: Nelson, New Zealand
Post: #33
I think Feanor and Watzen should join forces and bring this skin to fruition! The more i look at the skin the more i love it, something fresh and different from all the other skins in development..
Cant beleive you have the main menu up and running already, any chance of a youtube preview when you can?
find quote
Feanor Offline
Senior Member
Posts: 110
Joined: Apr 2009
Reputation: 0
Post: #34
garvani Wrote:I think Feanor and Watzen should join forces and bring this skin to fruition! The more i look at the skin the more i love it, something fresh and different from all the other skins in development..
Cant beleive you have the main menu up and running already, any chance of a youtube preview when you can?

I'll first try and have some more of the skin designed, now I only have the things I showed here and a skin is so much more!
When the home menu is a little more polished, I'll upload a youtube clip.

And when I have some more designs, I'll contact Watzen to see if his interested in helping!
find quote
garvani Offline
Senior Member
Posts: 133
Joined: Apr 2009
Reputation: 0
Location: Nelson, New Zealand
Post: #35
Yeah true, i got a bit over excited and didn't think of all the other elements that will need to be created Sad. Viewtypes for movies/music/pictures etc, animations/transitions, Context menu's, OSD. ughh, quite a bit of work!! I wish i had some skills and could help you out but unfortunately neither coding nor graphics are among things im good at. Anyways great start on what looks like a killer design. Keep us posted!
find quote
kricker Offline
Team-XBMC QA Specialist
Posts: 3,307
Joined: Apr 2004
Reputation: 16
Location: Knoxville, TN
Post: #36
Feanor Wrote:The problem with the size of the fields is that I used for the mockups a highly compressed font (kerning-wise), so when I use the same font in XBMC, I have much smaller space... that's why I asked about kerning. I may have to alter the ttf file after all... I was hoping not too Smile
Have you checked out dafont.com. They have tons of free to use fonts. Take a look you might be able to find a good block compressed font. I'm pretty sure I saw many just the other day.

Read this before using these builds.
XBMC win32 SVN builds
Changelog
(This post was last modified: 2009-08-11 03:30 by kricker.)
find quote
watzen Offline
Fan
Posts: 459
Joined: Jan 2007
Reputation: 10
Location: Sweden
Post: #37
Feanor Wrote:Another thing I couldn't accomplish is to have every item in the wrap list with a different alpha... Mediastream does it by overlaying the background of the menu on top of the list with an alpha applied to it, but that gives you a gradient and I want to have each item individually colored... is that possible?

How about making the diffuse-image with steps instead of a gradient.
[Image: nongradient.th.jpg]

  • Livingroom - C2D E8400, P5N7A-VM on a Samsung 46" LE46M86 FullHD via HDMI
  • Kitchen - ASRock 330 HT Displayed on a Samsung Lapfit 22" dual touch screen LD220Z
  • Bedroom - LG Laptop on a 32" tv
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #38
Feanor Wrote:Another thing I couldn't accomplish is to have every item in the wrap list with a different alpha... Mediastream does it by overlaying the background of the menu on top of the list with an alpha applied to it, but that gives you a gradient and I want to have each item individually colored... is that possible?

it may be possible if you code the entire menu animations yourself instead of using the predefined wraplist control.

i.e. create separate Container.OnNext and Container.OnPrevious sections and use slide animations for every label control in those groups to get the scrolling done.
add a fade animation to every label control and use a different fade 'levels' on each label control depending on the position in the list.

would be a lot of work, but may get you what you're looking for.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Feanor Offline
Senior Member
Posts: 110
Joined: Apr 2009
Reputation: 0
Post: #39
watzen Wrote:How about making the diffuse-image with steps instead of a gradient.
[Image: nongradient.th.jpg]
Yes, I tried that too, but then what you get is that when the item "travels" from one step to the other, you see the hard transition between alphas...
I'll see if I can do what ronie suggested...
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #40
You could try a fade animation based on which "slot" you're in in the list.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
Post Reply