ikumasudo / STLViewer

Simple STL file viewer written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STLViewer

A very simple STL file viewer based on PyQt5 and PyQtGraph. gif

Setup

Create the environment:

conda create -n stlviewer python=3.8 pyqt pyqtgraph numpy numpy-stl pyopengl 

Activate the environment:

activate stlviewer

Start STLViewer:

python stl-viewer.py

About

Simple STL file viewer written in python

License:MIT License


Languages

Language:Python 100.0%