STL: STL 3D geometry format parsing and pretty-printing

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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 and from both text and binary STL formats.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2, 0.2.0.1, 0.2.0.2, 0.3, 0.3.0.1, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.3.0.6
Change log CHANGES.md
Dependencies attoparsec (>=0.11 && <0.13), base (>=4.5 && <4.9), bytestring (>=0.10.2 && <0.11), cereal (>=0.4 && <0.5), text (>=0.11.1.5 && <1.3) [details]
License BSD-3-Clause
Author Daniel Bergey
Maintainer bergey@alum.mit.edu
Category Graphics
Home page http://github.com/bergey/STL
Bug tracker http://github.com/bergey/STL/issues
Source repo head: git clone http://github.com/bergey/STL.git
Uploaded by bergey at 2015-04-15T12:53:17Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for STL-0.3.0.1

[back to package description]

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.