A .NET/WPF implementation of WinDirStat. Name needs to be changed due to it conflicting with the original WinDirStat's webpage url.
- NTFS reading done by NTFS Reader library with GNU 2.1 license.
- File Tree View modified from ICSharpCode.TreeView.
- Currently using some Windows 10 icons. (MUST FIX SOON)
- WPF allows for more advanced flashy features
- Includes NTFS MFT parsing for extremely fast reads of the primary or non-Windows-owned drives (Requires elevated priviledges)
- Smoother, more responsive UI, less freezing.
- New blur effect when scaling treemap render.
- Faster scanning than original WinDirStat.
- C# overhead means higher memory usage, especially with 64-bit mode.
- Slightly slower scanning than altWinDirStat.
- Scrollbars are too damn tiny beacuse of WPF (Will fix with style override)
- Folders with just files still use the
<Files>
subfolder. (Will try to fix)
- Replace use of Windows Icons with Fugue Icon pack