An open API service indexing awesome lists of open source software.

https://github.com/bburdette/stl

parse stl files in Elm
https://github.com/bburdette/stl

Last synced: over 1 year ago
JSON representation

parse stl files in Elm

Awesome Lists containing this project

README

          

# bburdette/stl

Parse binary format STL files in Elm. Those files that are basically just lists
of triangles, you know? The binary format is more compact than the ascii one, and
the binary format is what's implemented here.

[Documentation](http://package.elm-lang.org/packages/bburdette/stl/latest)