@hackage STL0.1.0.0

STL 3D geometry format parsing and pretty-printing

  • Installation

  • Dependencies (0)

  • Dependents (0)

STL is a simple file format for representing 3D objects as the triangles which form their surface. It is common in 3D printing workflows. This library provides parsing and serialization to the ASCII STL format. The binary STL format is not yet supported.