Closed Anequit closed 3 years ago
as well as port to .net core instead of framework for more performance and cross platform compatibility
I cloned the repo and I'm taking a look at the code base to see if if a .net core port is doable.
@Anequit Cool! I'll look into it but I can't promise if I can do it.
@Anequit Cool! I'll look into it but I can't promise if I can do it.
I don't mind doing it. If you assign me to the issue I can try and replicate the ui as close as possible and wire it up for you.
Been working on the ui and it's coming together :)
@Anequit Sweet!
implemented drag and drop on the custom title bar :)
@izqalan There isn't a group box present in avalonia, so i did this. Is this alright? Ignore the red as it's just placeholder, but the download log used to be a group box.
@Anequit that’s fine
Almost done! The only thing that's not finished is wiring up the old downloading code to the UI so it functions properly and getting the two bottom links at the bottom working.
I've been considering refactoring the old codebase to help with identifying issues, but I'll do that in a separate branch when the UI is 100% done and wired up first.
I've been considering refactoring the old codebase to help with identifying issues, but I'll do that in a separate branch when the UI is 100% done and wired up first.
Will have to refactor it.
Almost done!
@Anequit Good work! I've been busy with another project, I'm sorry I couldn't be of more help to you.
Any news here?
Is this supposed to work with .NET Core already? I couldn't find a more specific issue, the wiki is empty, and the README does not specify anything either here. 😄
Any news here?
Is this supposed to work with .NET Core already? I couldn't find a more specific issue, the wiki is empty, and the README does not specify anything either here. 😄
It was originally on .net framework, but there wasn't .net maui at the time so we moved it to avalonia.
Porting to avalonia wouldn't be a difficult task, but would allow for the downloader to be used in mac and linux.