this post was submitted on 05 Oct 2023
95 points (92.8% liked)

Asklemmy

43376 readers
1439 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 11 months ago (1 children)

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.

[โ€“] [email protected] 2 points 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.