Skip to content

Traverse hierarchical data folders in multi dimensions with your keyboard and mouse (wheel).

Notifications You must be signed in to change notification settings

ShenhanQian/mdv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Muti-Dimension Viewer

Navigate hierarchical data in multi dimensions with your keyboard and mouse (wheel).

Data Structure

<root_folder>
|- <level0_0>
|       |- <level1_0>
|       |       |- <level2_0>
|       |       |- <level2_1>
|       |       |- ...
|       |
|       |- <level1_1>
|       |- <level1_2>
|       |- ...
|
|- <level0_1>
|- <level0_2>
|- ...

Navigate an arbitrary number of levels of folders and files. Current supporte file types:

  • images: jpg (jpeg), png
  • meshes: obj, glb, ply

More file types to support:

  • videos
  • point cloud sequence

More functionalities to come:

  • zoomin/out for images

Installation

pip install git+https://github.com/ShenhanQian/mdv.git

Usage

mdv <root_folder>

Run with-h to see all arguments.

Mesh Viewer

Key Action
w camera move forward
s camera move backward
a camera move left
d camera move right
e camera move up
q camera move down
r reset camera pose
[ decrease light intensity
] increase light intensity

Dependancy

  • DearPyGUI
  • PyRender

About

Traverse hierarchical data folders in multi dimensions with your keyboard and mouse (wheel).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages