ALL PROJECTS
C++ / DEAR IMGUI TOOL

FILE EXPLORER

July, 2020
File Explorer Banner

File Explorer was originally designed as part of a new custom engine iteration leveraging SFML for rendering. Although the overarching engine project was put on hold, the custom File Explorer tool reached a polished, standalone state featuring independent, modular GUI viewports built with Dear ImGui.

Visual StudioC++Dear ImGui

KEY FEATURES

INDEPENDENT VIEWS

Architected around decoupled viewports, allowing components like the Folder Explorer to be seamlessly attached or embedded into different editor panels.

EXTENDABLE DESIGN

Built with file-type routing in mind—allowing custom windows or inspectors to trigger dynamically depending on the file extension selected (e.g., textures vs. scripts).

FOLDER EXPLORER

A modular directory view component that parses and renders hierarchical folder structures from a specified root path.

FILE EXPLORER

Displays target directory contents with folder-depth navigation, designed to hook directly into the Folder Explorer for unified file system browsing.

PREVIEW

File Explorer Preview