Carousel Enhancements
-
@mattrixk Oh yeah stupid me. I even said that I tried it before the carousel was themable. So I'm not sure if I ever tried it with png or svg.
-
@mattrixk said in Carousel Enhancements:
On a related note, are we going to able to colour the individual logos on the System View?
Eg: in
nes/theme.xml
having the code<image name="logo"> <path>./logo.png</path> <color>FF0000FF</color> </image>
You should be able to do this now. I added this when I implemented theme variables.
@ruckage said in Carousel Enhancements:
So perhaps we could borrow a tag used in textlist for uniformity?
<selectedColor>ABABAB00</selectedColor> *** Used to set color & alpha for the selected logo
The problem with this approach is that the logo color can be set per system. I may just hold off and implement the opacity changes separately, so I can think about it more and try out a few approaches.
-
@jdrassa said in Carousel Enhancements:
@mattrixk said in Carousel Enhancements:
On a related note, are we going to able to colour the individual logos on the System View?
Eg: in
nes/theme.xml
having the code<image name="logo"> <path>./logo.png</path> <color>FF0000FF</color> </image>
You should be able to do this now. I added this when I implemented theme variables.
Ok, tried that and it only works for svg files, not png.
Edit: Scratch that. The color only covers white pixels. So to make use of it, we need to use images which are as white as possible. Although it might be possible to create some special effects if multicolored images are used.
I only had the issues that I had a pure black logo.png and compared it with a mostly white svg. -
Am I stupid or is
horizontal_view
not an option!? Because it's kinda confusing to use Up/Down while browsing on this carousel.
-
@ectoone Okay, that is friggin cool looking
-
@ectoone It is not currently, I had intended ask if there was demand for it, but forgot. I will get it added in the near future.
-
@jdrassa OK good, thought I had missed something again.
-
Since i hate waiting (no offence), i had to find a way to reduce the confusion i had when using the horizontal wheel with Up/Down keys.
This is what i came up with:
To make it clear: The 5 smaller Metroids are the system logos on the actual carousel, and i've used thesystem.fullName
variable to see what system is selected. -
@ectoone As a Metroid fan, thats frickin cool.
-
@lilbud I always wanted to make a Metroid theme but I was never satisfied with the results. With the new enhancements, I'm now at least quite comfortable with the system view (Credits to Andrew Ariza for the image).
And I'm actually a bit surprised by the result I got by using the carousel, with a static system logo, to create some sort of animation. Saved me a lot of work, because I thought I had to create matching logos for each system.
Still need to figure out what to do with with detailed view tho. I have a rough version, but I'm not satisfied yet. It's hard to find a good wallpaper and a layout where the colors are readable without having to use semi-transparent boxes as element background. -
@ectoone would you mind posting your carousel config? It would be helpful for testing. Thanks.
-
@jdrassa Sure thing.
<!-- SystemCarousel --> <feature supported="carousel"> <view name="system"> <carousel name="systemcarousel"> <type>vertical_wheel</type> <origin>0.5 0.5</origin> <pos>0.5 0.82</pos> <size>1 1</size> <color>00000000</color> <logoScale>2</logoScale> <logoSize>0.1 0.1</logoSize> <maxLogoCount>5</maxLogoCount> <logoRotation>35</logoRotation> <logoRotationOrigin>0.5 -4</logoRotationOrigin> </carousel> </view> </feature>
-
@EctoOne Is that from the metroid theme? Could you post the planet one as well?
-
@jdrassa Here ya go:
<!-- SystemCarousel --> <feature supported="carousel"> <view name="system"> <carousel name="systemcarousel"> <type>vertical_wheel</type> <origin>0.5 0.5</origin> <pos>0.5 0.5</pos> <size>1 1</size> <color>00000000</color> <logoScale>1.9</logoScale> <logoSize>0.125 0.160</logoSize> <maxLogoCount>5</maxLogoCount> <logoRotation>15</logoRotation> <logoRotationOrigin>0.5 11.5</logoRotationOrigin> </carousel> </view> </feature>
Can i go to bed now? :)
-
@ectoone Hi, have you ever considered creating an enhancement that resembled a conveyor/escalator type of carousel?
-
@retroboy69 I'm not the guy who's coding the enhancements, I'm just trying to find the limits of them ;)
You need to ask @jdrassa for such requests. -
@jdrassa Have you ever considered creating conveyor/escalator type code. That would be cool.
-
@retroboy69 said in Carousel Enhancements:
@jdrassa Have you ever considered creating conveyor/escalator type code. That would be cool.
I'm curious - what do you mean as that's very vague. Can you link to a video showing an example?
-
@jdrassa Have you ever considered creating conveyor/escalator type code. That would be cool.
I'm curious - what do you mean as that's very vague. Can you link to a video showing an example?
I think he means like the opening story roll from Star Wars. Amiright?
-
Quick question - trying to make the curvature of the vertical wheel reversed.
By default....the new carousel option code...
<carousel name="systemcarousel"> <type>vertical_wheel</type> <pos>0.5 0.0</pos> <size>0.5 1</size> <logoScale>1.125</logoScale> <logoSize>0.2 0.2</logoSize> <color>00000000</color> <maxLogoCount>5</maxLogoCount> <logoRotation>7.5</logoRotation> <logoRotationOrigin>-5 0.5</logoRotationOrigin> <logoAlignment>right</logoAlignment> </carousel>
However, if we change the logoRotationOrigin from negative to positive...
<carousel name="systemcarousel"> <type>vertical_wheel</type> <pos>0.5 0.0</pos> <size>0.5 1</size> <logoScale>1.125</logoScale> <logoSize>0.2 0.2</logoSize> <color>00000000</color> <maxLogoCount>5</maxLogoCount> <logoRotation>7.5</logoRotation> <logoRotationOrigin>5 0.5</logoRotationOrigin> <logoAlignment>right</logoAlignment> </carousel>
This switches the curvature of the vertical wheel (now bends to right instead of bending to the left)...however, that leads to a different behavior with the up/down buttons.
I see this referenced above (using up/down on a horizontal menu) ... but was curious if any updates were done to swap the behavior when the have a positive logoRotationOrigin value.
Thanks!
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.