Skip to content

bburdette/stl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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