Replies: 6 comments 2 replies
-
I for one would find that pretty useful! I'd thought about rewriting the explorer using MAUI, and I probably would have done it if there were some obvious de facto standard TreeView-esque control available... The only open source one I saw was: Aside from a quick investigation, I haven't really used Avalonia, but it at least has one out of the box: So yup, if you wanted to contribute something like that, it would be most welcome! |
Beta Was this translation helpful? Give feedback.
-
Something that worked cross platform on desktop platforms (and maybe even on WASM) would be nice, though I only use it for develpoment assistance so mobile platforms aren;t so interesting for me there. I've previously wondered about a version in Avalonia, but have never had the time to look at it (i've used Avalonia for a few other small apps on Windows/Linux/mac though) I think another question about controls that came up in the past is what hex editor controls there are for other toolkits - there are a few about for Avalonia, but I've never used any of them so I can't say what theire abilities are) - e.g. https://github.com/Washi1337/AvaloniaHex or https://github.com/wieslawsoltes/HexView |
Beta Was this translation helpful? Give feedback.
-
Yeah, the hex editor is probably a bigger problem really - at least a NuGet is available for Avalonia (https://www.nuget.org/packages/AvaloniaHex). The tree view could simply be avoided by using list/collection views instead, which is arguably better for cross-platform anyway. |
Beta Was this translation helpful? Give feedback.
-
I looked at Avalonia years ago but didn't adopt it. I get the impression it's much furthor along now. I've done some Xamarin, MAUI and Blazor and suspect Avalonia is probably a good fit for this. If everyone agrees I'll fork the repos and create a POC for review. |
Beta Was this translation helpful? Give feedback.
-
I've started but won't have much for a bit as I'm traveling tomorrow. We already have a project called StructuredStorageExplorer. Any ideas on what to name this project? I've just called it StructuredStorageExplorerPOC for now. |
Beta Was this translation helpful? Give feedback.
-
I created a repos and invited you both. https://github.com/chrpai/openmcdf |
Beta Was this translation helpful? Give feedback.
-
Is there any interest in (me and whoever) creating a new Storage Explorer that is multiplatform? If so, what desired platforms? Linux, MacOS, iOS, Android?
Beta Was this translation helpful? Give feedback.
All reactions