RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Announcing Pegasus Frontend

    Scheduled Pinned Locked Moved Ideas and Development
    frontendpegasusc++developmentqml
    1.7k Posts 145 Posters 5.1m Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tronkyfran
      last edited by

      Every UI element means vídeo preview box is included? If thats right them I just would need to test if the raspberry gives enough performance to run my theme, awesome!!!

      fluffypillowF lilbudL 2 Replies Last reply Reply Quote 1
      • fluffypillowF
        fluffypillow @tronkyfran
        last edited by

        @tronkyfran yup, including the video. You can also animate these properties, making things spinning or moving things around the screen. Or make people feel dizzy :)

        1 Reply Last reply Reply Quote 0
        • lilbudL
          lilbud @tronkyfran
          last edited by

          @tronkyfran said in Announcing Pegasus Frontend:

          enough performance to run my theme

          Wait, are you making a theme for Pegasus? how?

          Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

          Backlog: http://backloggery.com/lilbud

          1 Reply Last reply Reply Quote 0
          • fluffypillowF
            fluffypillow
            last edited by

            Got the analog navigation working, I'll clean up the code a bit tomorrow then merge it.

            1 Reply Last reply Reply Quote 1
            • T
              tronkyfran
              last edited by

              @lilbud Well, not exactly "making", I have a lot of assets for an emulationstation theme, but it implied to make a lot of custom game art for it and I simply dont have the time right now. But if I can reuse the scraped art somehow....thats a different thing. The fact is that I have now to take a look to the theming process here in pegasus and how to adapt the assets, so I have a long way to go yet, but at least there is a possibility for my idea to come true :D
              This were some sketches of it: I would need to reproject cart art and video preview, and suppose I will have to let go the depth of field blur and some other things. Took a look to opengl shading and it should help a lot... :D
              alt text

              fluffypillowF 1 Reply Last reply Reply Quote 0
              • fluffypillowF
                fluffypillow @tronkyfran
                last edited by

                @tronkyfran Nice! Yes, it'd be possible to create such a theme, but yeah getting the cart art right might be slightly difficult (but not impossible). There's a bunch of built-in shaders as well, so for just blurring you won't need to write them manually. Here's a list of available graphical effects.

                1 Reply Last reply Reply Quote 0
                • fluffypillowF
                  fluffypillow
                  last edited by

                  Weekly changelog:

                  • Pegasus can now be controlled with more than one gamepad (in case you had problems before; also this item would need some testing)
                  • added gamepad analog stick navigation support
                  • the list of languages is no longer hardcoded
                  • minor changes due to cleaning up the code
                  DarksaviorD 1 Reply Last reply Reply Quote 1
                  • DarksaviorD
                    Darksavior @fluffypillow
                    last edited by Darksavior

                    @fluffypillow Thanks for the analog controls. Seems to work fine.

                    I just tried it now. Sad to see there's now spacing in between games. I really liked the way they were before. Hopefully you'll add choices in how it looks in the future. Have you thought on how to adjust the layout? I'd figure rows of 5, 4, 3, or 2 horizontal. 4 seemed really well for sfc and cd games. I'd like to see how well 3 looks for arcade games.

                    fluffypillowF 1 Reply Last reply Reply Quote 0
                    • fluffypillowF
                      fluffypillow @Darksavior
                      last edited by

                      @darksavior Pegasus should show 4 columns for platforms with wide box art (eg. SNES) and 5 for tall ones (eg. NES). Previously it was manually set to 5 for the NES, but a few weeks ago I've changed it to guess the columns from the actual images. It should look like this:
                      https://snag.gy/35f7we.jpg
                      https://snag.gy/cOAIy6.jpg

                      If there are random spacings around, that's likely a bug (can't test with all possible box arts after all).

                      AndersHPA 1 Reply Last reply Reply Quote 0
                      • AndersHPA
                        AndersHP @fluffypillow
                        last edited by

                        @fluffypillow It looks so awesome!
                        What's the status in regards to us non-coders, plain gamers?

                        Does it make sense to install it now, or should we wait a couple of months?

                        My "Bubble Bobble" Themed Bartop Arcade
                        My Gameboy

                        fluffypillowF 1 Reply Last reply Reply Quote 0
                        • fluffypillowF
                          fluffypillow @AndersHP
                          last edited by

                          @andershp it should be fairly stable and work fine for general use. Its just that it's not too user friendly yet, lacks documentation and some features are not yet done (game entry editing, system informations, custom config files, a clock in the corner). You can give it a try, see how it works for you.
                          Steam support and RetroArchivements integration is also planned, a theme repository and an update checker might be useful too, and we'd need a nice logo/icon in the future as well.

                          lilbudL AndersHPA 2 Replies Last reply Reply Quote 0
                          • lilbudL
                            lilbud @fluffypillow
                            last edited by

                            @fluffypillow said in Announcing Pegasus Frontend:

                            we'd need a nice logo/icon in the future as well.

                            I'll be here if you need help

                            Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                            Backlog: http://backloggery.com/lilbud

                            1 Reply Last reply Reply Quote 1
                            • AndersHPA
                              AndersHP @fluffypillow
                              last edited by

                              @fluffypillow Custom config files - as in retroarch.cfg files?

                              My "Bubble Bobble" Themed Bartop Arcade
                              My Gameboy

                              1 Reply Last reply Reply Quote 0
                              • fluffypillowF
                                fluffypillow
                                last edited by

                                @AndersHP as in game list and system definition files. Currently Pegasus uses ES2's XML files, but it shouldn't depend on them.

                                @lilbud I've made a GitHub issue for it previously, but didn't really made progress on it; I'll add some "inspirational materials" and details the weekend in case you want draw something nice.

                                @dudleydes could you create a new issue for the controller problem? I'd be easier for me to see the related discussion in one place.

                                D 1 Reply Last reply Reply Quote 0
                                • D
                                  dudleydes @fluffypillow
                                  last edited by

                                  @fluffypillow I have created an issue at the Github page.

                                  I have installed Qt Creator on my desktop but I really can't figure out how to create a theme for Pegasus. I would be grateful if you could give a guide on how to get started.

                                  fluffypillowF 1 Reply Last reply Reply Quote 0
                                  • fluffypillowF
                                    fluffypillow @dudleydes
                                    last edited by

                                    @dudleydes yeah the theming is still not properly documented, but you can use the Flixnet theme as an example in the meanwhile (or the default theme, which has some more complex parts).

                                    In short, every theme needs a theme.ini metadata file and a theme.qml, the main QML file. These files should be under ~/.config/pegasus-frontend/themes/<theme name>/.

                                    The theme.ini is a list of key = value pairs, you'll need at least a name (other values aren't used at the moment). The format may also change in the future, eg. I'll likely start using : instead of =.

                                    The theme.qml is the QML component that'll fill the screen, which at the moment must be a FocusScope with active focus:

                                    import QtQuick 2.7
                                    
                                    FocusScope {
                                        focus: true
                                    
                                        // your code here
                                    }
                                    

                                    Other than that, you're free to use whatever QML elements you want (EXCEPT the Qt Quick Controls 1/2 items, as they aren't really for this kind of application and are not available in the automatic builds).

                                    To access the game data, you can use the similarly undocumented pegasus object:

                                    • pegasus.platforms is a list (= you can use as a model) of platforms
                                    • pegasus.currentPlatform is the currently selected platform
                                    • pegasus.currentPlatformIndex is the index of the currently selected platform (most parts are read-only, but this is a field is writable)

                                    Every platform has a shortName (eg. nes) and longName (which is currently empty as ES2 files only have one <name>) field, and games, currentGame and currentGameIndex fields, which work similarly as listed above.

                                    Finally, every game has the following single-value fields: boxFront, boxBack, boxSpine, boxFull, box (same as boxFull), cartridge, logo, marquee, bezel, gridicon, flyer, music, and the following lists: fanarts, screenshots, videos.

                                    Note that values may be empty (eg. no games for a platform, or no particular asset for a game). The field names may also change (we're still in alpha). Also in case you see .qmlc files, those are caches, no need eg. commit them to Git or such.

                                    1 Reply Last reply Reply Quote 0
                                    • fluffypillowF
                                      fluffypillow
                                      last edited by

                                      Weekly changelog: Nothing interesting this week, as I was working on another side project.
                                      In case you'd like to try drawing a logo and want to read my nasty comments about your entries, I've updated the relevant issue.

                                      DarksaviorD 1 Reply Last reply Reply Quote 0
                                      • DarksaviorD
                                        Darksavior @fluffypillow
                                        last edited by Darksavior

                                        @fluffypillow My mistake for saying there was a change in the spacing. I just got used to some sections being 4 columns not 5. Changing column numbers should be about the last feature I'm waiting for along with exiting game going back to the game itself and not the beginning of the list.

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          tronkyfran
                                          last edited by

                                          Well, I got working the blend image modes for my theme!!!was pretty easy, now to get a look to qt3d and rasp compatibility, that will be harder for sure. When I get everything working I can make a tutorial if anyone is interested! I see HUGE possibilities for this frontend,just dont know if the pi will hace enough juice for it ;)

                                          1 Reply Last reply Reply Quote 3
                                          • fluffypillowF
                                            fluffypillow
                                            last edited by

                                            @tronkyfran nice! I think if the Pi can play 3D games properly then you shouldn't have problems showing a simple scene either :)

                                            As for the weekly changelog, I've only had time the weekend, so there are just some minor fixes:

                                            • the grid now remembers the launched game when returning from play (< @Darksavior ;) )
                                            • memory optimizations: Pegasus now uses a little less RAM
                                            lilbudL 1 Reply Last reply Reply Quote 2
                                            • First post
                                              Last post

                                            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.