Revised version of the custom file explorer(https://github.com/ChiNoel-osu/NETCoreWPFTest/tree/master/LocalFileExplorer). Written in C# WPF/.NET 8.
- It shows the first image in a folder as that folder's thumbnail (if there is one).
- It also comes with a photo viewer that shows images in a folder.
- Download and install .NET 8 Runtime if your PC doesn't have one.
- Look for
.NET Desktop Runtime 8.0.11
! You don't have to install the whole SDK.
- Look for
- You're all set! Run the
FolderThumbnailExplorer.exe
to start exploring your folders!
- Get Visual Studio 2022 with .NET desktop development workload. Make sure to have .NET 8 selected.
- Open the
FolderThumbnailExplorer.sln
in Visual Studio. - Install the required NuGet packages.
- CommunityToolkit.Mvvm
- NLog
- Start criticizing my code and post issues 😉.
- It's simple and small.
- Comes with the following features:
- Favorite directories.
- Favorite folders.
- A photo viewer that gets the job done.
- Full screen mode.
- Incremental loading.
- Twin-page viewing.
- Image caching system that doesn't rape your harddrive.
- Multi-Language support. (Currently zh-CN and en-US, it's fairly easy to add languages.)
- A better UI and UX.
- More shortcuts.
- Fix bugs.
- And more....Please post an issue.
- Very high RAM usage for what it does. But I'm sure Windows can manage.
While the code is licensed under the AGPL-3.0 license. The compiled application (or software) should be licensed under the CC BY-NC-SA 4.0 license. You can freely share the application to wherever you like, for NonCommercial purposes only. Meaning that you cannot sell the application, or redistribute the appcation behind some kind of pay wall. The application should remain absolutely free for everyone.