• Fubarberry@sopuli.xyzM
    link
    fedilink
    English
    arrow-up
    19
    ·
    2 days ago

    This is used on the deck specifically for framegen. Native frame gen options in games add a lot of latency at 30 or less fps, which usually makes them unplayable. Lossless scaling 's framegen option is less accurate in creating the in-between frames, but has far less input latency, making it a viable option.

    It doesn’t work for all games, some games will still feel really bad with it enabled. But there are a lot of games where you can use it to run a 30fps game at 60fps, with only slightly more input lag than using a Bluetooth controller.

    • ILikeTraaaains@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      10 hours ago

      On the deck doesn’t do the other features the LS store page indicates? The resolution scaling and the improvement of anime/2d games or the one for pixel games?

      • Fubarberry@sopuli.xyzM
        link
        fedilink
        English
        arrow-up
        1
        ·
        9 hours ago

        I don’t know of a way to use the scaling options LS offers on deck, just the frame generation.

        Most demanding games have upscaling built in, and the deck already has several scaling options built in, so it’s less of a need than the frame gen options.

    • gegil@sopuli.xyz
      link
      fedilink
      arrow-up
      8
      ·
      2 days ago

      This app is very useful on my laptop with cheap integrated graphics. Unfortunally lsfg only works with vulkan, and games like minecraft (which i play with shaders) does not support it.

      • Fubarberry@sopuli.xyzM
        link
        fedilink
        English
        arrow-up
        6
        ·
        2 days ago

        I think I saw that Minecraft just added vulkan as a graphics option, but I’m not sure what versions of Minecraft.

        • gegil@sopuli.xyz
          link
          fedilink
          arrow-up
          6
          ·
          2 days ago

          This is cool, but it will take time until most of the mods, especially those relying on graphics will get updated to newer versions, with vulkan support implemented.

          • kboy101222@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 days ago

            I imagine it’d more be on (Neo)Forge and Fabric’a respective mod loaders. Hopefully mods won’t have to touch rendering systems too much

            • JPAKx4@lemmy.blahaj.zone
              link
              fedilink
              arrow-up
              2
              ·
              1 day ago

              It heavily depends on the mod. For the mod I work on, Cobblemon, we need to touch a lot of rendering to make everything work correctly. Any custom shader requires interacting with openGL directly, as well as custom materials or custom rendering tricks.

              Neoforge may provide some rendering help (I’m not as knowledgeable about neo) but Fabric is light on it. Modern java versions will be supporting both rendering APIs for a time, complicating things further.

              Built in shaders from vibrant visuals should help simplify implementation details, and Molang has said some promising things about rendering and modding as well.

              • kboy101222@sh.itjust.works
                link
                fedilink
                English
                arrow-up
                1
                ·
                1 day ago

                Unrelated, but MoLang would be a fantastic name for the official modding engine that’s definitely coming to Minecraft any century now.

                But yeah, to my knowledge, Neo Forge is just a fork of Forge minus a certain absolute dickhead of a maintainer. Last I used Forge back in like 1.17 ish, forge itself handled most of the rendering, though I never dove too deeply into it

                • JPAKx4@lemmy.blahaj.zone
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  1 day ago

                  Actually, its official. MoLang is a language designed for Minecraft Bedrock, and we use a custom version of a java mod to add it into cobblemon for various uses. I must’ve typed molang so often that mojang corrects into it now

                  You are correct, it is a fork, and it has changed things significantly for the better but probably not taking away that rendering changes.

              • argarath@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                1 day ago

                Hi, first of all love cobblemon and wanted to say thank you for the work you’ve put on it! My question is if the people making lithium and the other performance mods that touch directly on the rendering of minecraft could help you all with this? I know that they were working on a vulkan version before it was announced, so they know of tips and tricks. Anyway, I do hope the new engine changes don’t give much trouble to you all and that you can continue working on such a fun mod!! Cheers!

                • JPAKx4@lemmy.blahaj.zone
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  1 day ago

                  Its a huge team effort, I’m very proud of them and all the work that gets done every release.

                  I mean they totally could help, but the main work would be just redesigning things based on what mojang/mod loaders decide, they can be very opinionated at times. I’m not complaining though, this has been a long time coming and will make it better and easier, even if a little complicated for a period of time.