RetroPie forum home
    • 最新
    • 標籤
    • 熱門
    • Home
    • Docs
    • 註冊
    • 登入

    Announcing Pegasus Frontend

    已排程 已置頂 已鎖定 已移動 Ideas and Development
    frontendpegasusc++developmentqml
    1.7k 貼文 145 Posters 6.3m 瀏覽
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • S
      shantigilbert @fluffypillow
      最後由 編輯

      @fluffypillow said in Announcing Pegasus Frontend:

      @shantigilbert yeah that looks like a lib path issue. How are you launching Pegasus? I think In your case it should be like LD_LIBRARY_PATH=/directory/of/libQt5Gamepad /path/to/pegasus-fe. You can also set lib paths globally in ld.conf.

      Thanks, unfortunately is not as simple as that, the path is correct, it is also defined globally, and it runs perfectly fine when not executed as a service, it seems its a problem with apps made on QT as all I can find is that they need the QTService plug-in, even if I define the library path it will still not run as a service. But anyways this is probably getting off topic as I am sure this is a problem only for the Amlogic S905.

      I appreciate your help!

      1 條回覆 最後回覆 回覆 引用 0
      • fluffypillowF
        fluffypillow @halfmanhalfcake
        最後由 編輯

        @halfmanhalfcake ah thanks, fixed :) As for theming, yeah it has some learning curve, so I still plan to write some more, smaller guides for certain components and use cases.

        @shantigilbert The problem you have is that the OS doesn't find a library required by the executable, and thus can't even start the program. As such, adding QtService can't fix this issue, however you can modify the lib search paths for the whole system, for one particular user, for one shell session/script or for one program. If you wish, we could continue going into the details in a GitHub issue.

        S halfmanhalfcakeH 2 條回覆 最後回覆 回覆 引用 0
        • S
          shantigilbert @fluffypillow
          最後由 編輯

          @fluffypillow said in Announcing Pegasus Frontend:

          @shantigilbert The problem you have is that the OS doesn't find a library required by the executable, and thus can't even start the program. As such, adding QtService can't fix this issue, however you can modify the lib search paths for the whole system, for one particular user, for one shell session/script or for one program. If you wish, we could continue going into the details in a GitHub issue.

          Yeah I understand the issue, the problem seems to come that this does not happen if I run it directly, Pegasus-fe works wonderfully until I try to run it with systemd-run or with a .service file, that's is the weird issue.

          I could open an issue on github, but not sure if this is a problem with Pegasus itself or is something on Libreelec, but for the sake of keeping this thread on topic and if you don't mind I will open one.

          Thank you!

          1 條回覆 最後回覆 回覆 引用 0
          • halfmanhalfcakeH
            halfmanhalfcake @fluffypillow
            最後由 編輯

            @fluffypillow Quick question, is there anyway I can use a 'soundeffect' to play a wav file on a keypress?

            fluffypillowF 1 條回覆 最後回覆 回覆 引用 0
            • AndersHPA
              AndersHP
              最後由 編輯

              Hey @fluffypillow , what's the ETA on this request ?

              My "Bubble Bobble" Themed Bartop Arcade
              My Gameboy

              1 條回覆 最後回覆 回覆 引用 0
              • fluffypillowF
                fluffypillow
                最後由 編輯

                @AndersHP

                • Favorite add/remove by buttonclick: will come after the metadata files are implemented (shouldn't be that far off now!).
                • Page up/down function: this doesn't depend on anything else, so it'll probably just appear in one of the next releases. I wonder though, which gamepad buttons should be used here?

                As for the current status, I spent the week tweaking the Qt builds to add 3D support, enable some features for the eventual USB tweaking, and fix support for an upcoming Raspberry firmware update. I've also spend some time copying all the assets and roms to a chinese pendrive for testing (literally took days!).

                AndersHPA 1 條回覆 最後回覆 回覆 引用 0
                • fluffypillowF
                  fluffypillow @halfmanhalfcake
                  最後由 編輯

                  @halfmanhalfcake I think you could set up a SoundEffect to play on Keys.pressed/released.

                  halfmanhalfcakeH 1 條回覆 最後回覆 回覆 引用 0
                  • halfmanhalfcakeH
                    halfmanhalfcake @fluffypillow
                    最後由 編輯

                    @fluffypillow I tried that but doesn't seem to recognise SoundEffect :(

                    1 條回覆 最後回覆 回覆 引用 0
                    • fluffypillowF
                      fluffypillow
                      最後由 編輯

                      @halfmanhalfcake ah, apparently it's called Audio. You also have to import QtMultimedia 5.8 to use it.

                      halfmanhalfcakeH 1 條回覆 最後回覆 回覆 引用 1
                      • AndersHPA
                        AndersHP @fluffypillow
                        最後由 編輯

                        @fluffypillow said in Announcing Pegasus Frontend:

                        @AndersHP

                        • Favorite add/remove by buttonclick: will come after the metadata files are implemented (shouldn't be that far off now!).
                        • Page up/down function: this doesn't depend on anything else, so it'll probably just appear in one of the next releases. I wonder though, which gamepad buttons should be used here?

                        Sounds good. With regards to page up/down, I'm using keyboard inputs, maybe you could map these as page up/down and maybe the L2 and R2 could be used for gamepads, so the previous/next platform gets mapped to only L1 and R1 instead of both shoulder and trigger buttons?

                        My "Bubble Bobble" Themed Bartop Arcade
                        My Gameboy

                        fluffypillowF 1 條回覆 最後回覆 回覆 引用 0
                        • halfmanhalfcakeH
                          halfmanhalfcake @fluffypillow
                          最後由 編輯

                          @fluffypillow thanks, I’ll give that a go.

                          What’s the best play to ask questions on theme making? Happy for us to do it here or another place preferred?

                          1 條回覆 最後回覆 回覆 引用 1
                          • T
                            tronkyfran
                            最後由 編輯

                            Can I add videos on qml on pegasus right know? Im testing but it looks like Im not having any luck with this ...

                            1 條回覆 最後回覆 回覆 引用 0
                            • fluffypillowF
                              fluffypillow @AndersHP
                              最後由 編輯

                              @andershp Yeah that sounds good, then I'll start working on it as soon as these few remaining topics are done.

                              @halfmanhalfcake I think a smaller thread would be useful to collect theme-related discussions in one place, so I've just opened a new topic [here]. Feel free to ask questions!

                              @tronkyfran Yes, video playback is supported using the Video component (with import QtMultimedia 5.8). To actually play videos, call the object's play() function, or set autoPlay: true.

                              1 條回覆 最後回覆 回覆 引用 2
                              • meleuM
                                meleu
                                最後由 編輯

                                Hi @fluffypillow I was away from this thread for a while, but IIRC in the beginning I saw something about an Android port. Is it/will it be possible?

                                We don't have a decent free frontend for Android currently (at least I don't know any), and Pegasus would be a game changer...

                                By the way, thanks for sharing your awesome work with us!

                                Cheers!

                                • Useful topics
                                • joystick-selection tool
                                • rpie-art tool
                                • achievements I made
                                fluffypillowF 1 條回覆 最後回覆 回覆 引用 0
                                • fluffypillowF
                                  fluffypillow @meleu
                                  最後由 編輯

                                  @meleu Yup, it should be possible, just haven't tried it yet. Shouldn't take too much changes in the code, so I'll see if I can create an experimental build next week.

                                  meleuM 1 條回覆 最後回覆 回覆 引用 1
                                  • meleuM
                                    meleu @fluffypillow
                                    最後由 meleu 編輯

                                    @fluffypillow another question: what mkdocs theme are you using to generate the documentation pages? It looks very elegant.

                                    • Useful topics
                                    • joystick-selection tool
                                    • rpie-art tool
                                    • achievements I made
                                    fluffypillowF 1 條回覆 最後回覆 回覆 引用 0
                                    • fluffypillowF
                                      fluffypillow @meleu
                                      最後由 編輯

                                      @meleu Thanks, I'm using Cinder, with some additional styling lifted from Material.

                                      1 條回覆 最後回覆 回覆 引用 1
                                      • fluffypillowF
                                        fluffypillow
                                        最後由 編輯

                                        @meleu

                                        screenshot

                                        1 條回覆 最後回覆 回覆 引用 3
                                        • AndersHPA
                                          AndersHP
                                          最後由 編輯

                                          Is there a way to hide the RetroPie "System Folder" for Pegasus when browsing games?

                                          AFAIK, the install scripts etc. doesn't work from Pegasus anyways, as stated here.

                                          Could be a "RetroPie menu" on/off toggle from the Pegasus Settings menu?
                                          It surely would make it even nicer.

                                          My "Bubble Bobble" Themed Bartop Arcade
                                          My Gameboy

                                          DarksaviorD 1 條回覆 最後回覆 回覆 引用 1
                                          • DarksaviorD
                                            Darksavior @AndersHP
                                            最後由 Darksavior 編輯

                                            @andershp You can use a pad instead of a keyboard to maneuver in retropie-setup .
                                            Which reminds me..
                                            @fluffypillow The USB keyboard not working in retropie-setup also happens with raspi-config and I think the audio mixer too. Pegasus will also exit to the command line if I shutdown Pegasus while having an fxp client connected to it. ES doesn't care who's connected and shuts down. I've been installing Pegasus from retropie-setup.

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 第一個貼文
                                              最後的貼文

                                            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.