michelk / STL

STL 3D geometry format parsing and pretty-printing in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Haskell library provides parsing and serialization to and from both text and binary STL formats.

Documentation for the last release is on Hackage. The examples directory contains a couple of simple command-line programs using the library.

Bug reports, patches, and examples of use are welcome.

About

STL 3D geometry format parsing and pretty-printing in Haskell

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%