A GUI-based STL (stereolithography) file viewer and editor. No installation needed. Support shaded/wireframe rendering and basic editings (translate/rotate/merge/mirror/scale etc.). Supports loading/saving both ASCII and BINARY.
Features
- STL
- Stereolithography
- Viewer
- Editor
Follow OpenSTL
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Works ok on Mac OSX once I got it to compile. Issues: No binaries or build instructions provided. For Mac OSX (and probably Linux), you get it to compile as follows: Install QT development libraries patch vector.h and vector.cpp and add "const" to the comparison operator definitions, e.g.: bool operator == (const Vector vec2) const; (patch has been submitted) qmake -spec macx-g++ QT+=opengl make Executable will be in stlviewer.app, which you can simply drag into your applications folder to install Actual viewing window is very small; resizing the application doesn't help. This bug may be specific to Mac OSX, since the screenshots under Windows show a normal-looking window.