A top-down tree like filesystem explorer. This is very much WiP and is not to be used on important files! ImGui is used for drawing shapes and UI, and for the time being only Unices are supported (sorry :).
- Clone this repository
git clone https://github.com/JDuchniewicz/DirViewer.git - Create a test directory structure (for testing purposes)
- For now change
RootPathvariable in TreeController constructor to root folder of your liking - Build
make - Run
./DirViewer
All libraries are statically compiled to the binary.
This project is licensed under the MIT License - see the LICENSE file for details



