A simple C++ application designed to explore file search mechanics and integrate them with a graphical user interface.
This project was created out of curiosity and serves as a learning experiment to combine file system traversal algorithms with a responsive UI. It is primarily a personal project to test knowledge and practice C++ development.
- C++: Core application logic.
- Dear ImGui: Immediate Mode Graphical User interface (with DX11 and Win32 bindings).
- vcpkg: C++ Library Manager for dependencies.
- Visual Studio: Project structure and build environment.
- Visual Studio (with C++ development tools)
- vcpkg integrated with Visual Studio
- Clone the repository.
- Ensure vcpkg is set up to handle the
imguidependency as specified in thevcpkg.json. - Open
FileSearch.slnxor the Visual Studio solution file in the root directory. - Build and run the
appproject.