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
- Host: GitHub
- URL: https://github.com/bburdette/stl
- Owner: bburdette
- License: bsd-3-clause
- Created: 2019-01-01T21:27:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T14:39:39.000Z (over 6 years ago)
- Last Synced: 2025-01-21T19:51:15.108Z (over 1 year ago)
- Language: JavaScript
- Size: 370 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)