Show HN: I made a fast file explorer for Windows (github.com)
The application is open-source and developed in C++20, utilizing SFML for its user interface. It leverages the modern C++ filesystem library to efficiently locate files specified by the user.
1 comment
[ 4.8 ms ] story [ 13.7 ms ] threadAlso, a bit of advice: separate your business logic (file searching) from your UI logic (rendering the GUI). That'll make refactoring (and unit testing) much easier and helps to avoid tangled spaghetti code as you start building larger applications.