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.

    • Skull giver@popplesburger.hilciferous.nl
      link
      fedilink
      arrow-up
      9
      ·
      11 months ago

      Modern dotnet executables don’t even need the Mono runtime anymore, there’s nothing wrong with dotnet. Most devs just pick a UI library that doesn’t support Linux, but that’s the case with almost all native applications.

    • morrowind@lemmy.mlOP
      link
      fedilink
      arrow-up
      5
      ·
      11 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
        ·
        11 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.