/fsc

A graphical 3D file viewer for Windows using OpenGL

Primary LanguageC++OtherNOASSERTION

alt text

FSC - File System Cyberspace

FSC is a 3D file system viewer that uses OpenGL to display the information as you where in cyberspace. It uses the following external libraries which are already included in the project:

  • GLFW: OpenGL library for creating windows, contexts, surfaces, and receiving input and events.
  • GLAD: OpenGL loader generator sources.
  • GLM: OpenGL mathematics headers.
  • FreeType: Library for font rendering.

Key Bindings

  • W: Move camera forward
  • S: Move camera backwards
  • A: Move camera to the left
  • D: Move camera to the right
  • Space: Move camera upwards
  • X: Move camera downwards
  • C: Look up
  • Z: Look down
  • Q: Look left
  • E: Look right
  • R: Reset camera position
  • F: Reset camera angle
  • Up: Select upper file
  • Down: Select lower file
  • Left: Select left file
  • Right: Select right file
  • Enter: Open selected folder
  • Backspace: Select parent folder
  • Esc: Close FSC