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
nel_h2
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.