I just managed to get a absolute baseline working app in avaloniaUI using this library that someone cooked up. No idea if the library is actively maintained, but uh, we’ll figure that out when we get to it.

Compared to using the site, possible advantages of a desktop are:

  1. Being able to save posts offline
  2. Client side filtering
  3. performance
  4. less data usage
  5. Not having to use your browser

Other things too, I’m sure. Just trying to gauge interest here. Also I barely know avalonia or C# so just don’t expect a polished app out by next monday.

    • morrowindOP
      link
      fedilink
      arrow-up
      5
      ·
      9 months ago

      Avalonia works just fine on linux. Also if things work out, it will be AOT compiled. Plus with WSL, linux should be easy to test for me. Mac will be the only problematic one, as I don’t have one.

      • nottheengineer@feddit.de
        link
        fedilink
        arrow-up
        4
        arrow-down
        2
        ·
        9 months ago

        The thing is that WSL isn’t a good place to test it. I’ve had major issues with stuff like EDSM (for elite dangerous). It works fine on windows, linux with mono just straight up doesn’t work and proton is still a pain because of all the windows dependencies.

        There’s also a reason why keepassXC exists, a rewrite was probably easier than making the .NET orginal run properly on linux.