Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 629 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 629 Bytes

viewer

Python-based STL viewer

Opens any ASCII-type STL file for viewing with various perspective settings (isometric, dimetric, and trimetric) and different hidden line views (full wireframe, removed hidden lines, and greyed hidden lines). Additional toolbar commands can display the object in any of the 6 standard orthographic views.

Keyboard Bindings:

Transformation Keys
Rotate Arrow Keys
Zoom J, L
Pan W, A, S, D

Freeze using PyInstaller: pyinstaller.exe --onefile --windowed --icon=cube.ico GUI.py