Author Topic: GridNew Theme update3  (Read 7827 times)

popoklo

  • Full Member
  • ***
  • Posts: 50
    • View Profile
GridNew Theme update3
« on: April 26, 2017, 05:36:43 AM »


new YOUTUBE update3:

Youtube Video


You Need: snaps videos AND pics (for best take title pics)
Its made for 1080p!
On top line there are the Filters, made only for 10 max.
Finally there is a nice Animation added when you scroll up or down the games.


have fun and feedback is welcome.
i will update this theme with more things...

Update1:
- Scrollbar added
Update2:
- forgot to set screensizes -> should run on different resolutions. whoops
Update3:
- the actual game will have an Image and fade away so the video is visible afterwards. see the youtube video.

Greets!
« Last Edit: April 28, 2017, 02:25:45 AM by popoklo »

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: GridNew Theme
« Reply #1 on: April 26, 2017, 08:09:39 AM »
Great Job. It is prefect  :)

Spinelli

  • Full Member
  • ***
  • Posts: 69
    • View Profile
Re: GridNew Theme
« Reply #2 on: April 26, 2017, 11:28:40 AM »
Make it compatible with Flyer (Game Posters) and it will be awesome!

popoklo

  • Full Member
  • ***
  • Posts: 50
    • View Profile
Re: GridNew Theme
« Reply #3 on: April 27, 2017, 06:48:28 AM »
Make it compatible with Flyer (Game Posters) and it will be awesome!

UPDATE:
i tried but the speed is then too bad. my code has to be more efficient.
<------- OK. MY FLYERS .JPG are CORRUPT. That's why i had lags and bad speed!. so u can change it and works with flyers.

u can test it easy with changing one word in layout.nut at line 40:

      art.push(gamegrid_surface.add_artwork("snap", a*SPACEX+80, i*SPACEY+110, 200, 250));

change "snap" to "flyer". thats it.

greets.
« Last Edit: April 28, 2017, 07:44:05 AM by popoklo »

spaffley

  • Jr. Member
  • **
  • Posts: 15
    • View Profile
Re: GridNew Theme update3
« Reply #4 on: April 28, 2017, 04:28:18 AM »
Love it, looking forward to seeing more updates. Keep up the great work!

spaffley

  • Jr. Member
  • **
  • Posts: 15
    • View Profile
Re: GridNew Theme update3
« Reply #5 on: April 28, 2017, 05:51:26 AM »
Hi, added it to .attract/layouts but when selected to display = Large list format

popoklo

  • Full Member
  • ***
  • Posts: 50
    • View Profile
Re: GridNew Theme update3
« Reply #6 on: April 28, 2017, 07:11:31 AM »
hi. can u give me the attractmode console log?
do u use raspi?

This theme is not for multiple displays. i only use it for my mame display. in the config for my "mame" display settings i set "GridNew". perhaps this is a problem?
but your log would be helpful.

greets!
« Last Edit: April 28, 2017, 07:45:52 AM by popoklo »

spaffley

  • Jr. Member
  • **
  • Posts: 15
    • View Profile
Re: GridNew Theme update3
« Reply #7 on: April 28, 2017, 07:54:29 AM »
Hi :) Yes I'm trying it on a RPi3, hope that helps.

I changed the display to GridNew and it brings up large vert scrolling text.

Running latest Attract Mode and Retropie 4.2
« Last Edit: April 28, 2017, 07:56:16 AM by spaffley »

popoklo

  • Full Member
  • ***
  • Posts: 50
    • View Profile
Re: GridNew Theme update3
« Reply #8 on: April 28, 2017, 08:37:25 AM »
Hi :) Yes I'm trying it on a RPi3, hope that helps.

I changed the display to GridNew and it brings up large vert scrolling text.

Running latest Attract Mode and Retropie 4.2

OK. the big list shows normally up when a big error in the script is produced.
i only can help with the error information of u. sorry. can u see the console in any way in Raspi?

spaffley

  • Jr. Member
  • **
  • Posts: 15
    • View Profile
Re: GridNew Theme update3
« Reply #9 on: April 28, 2017, 02:04:19 PM »
Sorry I don't know how too, I'm a novice :(

keilmillerjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
Re: GridNew Theme update3
« Reply #10 on: April 28, 2017, 03:32:00 PM »
I like this theme! Good work! It could be adapted for multiple resolutions easily. Perhaps the filters „bar“ could just be a single text with a magic function? Would cover high and low res.

popoklo

  • Full Member
  • ***
  • Posts: 50
    • View Profile
Re: GridNew Theme update3
« Reply #11 on: April 29, 2017, 09:33:15 AM »
thanks.
i tryed now the performance with downloaded flyers from progetto. the performance is a disaster. i think my code sux hard.
not efficient. perhaps someone can tell me if the
image.swap
function helps in performance? didn't use it. i only update the index_offset of every 15 images. i think attractmode loads then every time the same images again?

the Normal Grid Layout has much better performance with flyers. tested it. :(

Greets

Oomek

  • Administrator
  • Sr. Member
  • *****
  • Posts: 311
  • Radek Dutkiewicz
    • View Profile
    • github.com/oomek
Re: GridNew Theme update3
« Reply #12 on: May 01, 2017, 06:34:20 AM »
You have to use rawset_index_offset() function otherwise all the snaps/artwork will reload each time you navigate.
Nice theme btw.

popoklo

  • Full Member
  • ***
  • Posts: 50
    • View Profile
Re: GridNew Theme update3
« Reply #13 on: May 03, 2017, 03:33:03 AM »
cool. nice help. tested the function. works. but with that i have to Change a lot of my Code. i also updated always my fe.list.index. and that also loads the hole Images again :(. Perhaps i will do that correction.
i think i also should use the normal grid theme but am to lazy to get into it :)

thanks anyway.