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
Resolve Support Tickets 2x Faster with ServoDesk
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
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.