Skip to main content
Background Image

apptest_filebrowser

Table of Contents

apptest_filebrowser

A basic but working file browser based on ImGui, with a list of pinned directories, custom coloring, permissions support, multiple sorting types, file types, and extension filters.

The same code is used in SpookyGhost with the addition of icons.

Controls

  • Use the mouse, the keyboard, the gamepad, or the touch screen to interact with the ImGui interface and navigate the filesystem.
  • Drag and dropping directories to the pinned list on the left by will add them to the list.
  • Drag and dropping a directory/file to the browser on the right will go to that/the containing directory.
  • Pressing Escape on the keyboard will quit the application.