Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atnartur/three-stlexporter
THREE.js STLExporter
https://github.com/atnartur/three-stlexporter
stl threejs
Last synced: 19 days ago
JSON representation
THREE.js STLExporter
- Host: GitHub
- URL: https://github.com/atnartur/three-stlexporter
- Owner: atnartur
- License: mit
- Created: 2016-08-03T16:59:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T17:53:27.000Z (over 8 years ago)
- Last Synced: 2024-10-13T05:30:54.863Z (about 1 month ago)
- Topics: stl, threejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/three-stlexporter
- Size: 6.84 KB
- Stars: 17
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THREE.js STL Exporter
Exports a THREE.js scene mesh to STL, making it suitable for 3d printing.
This version of STL Exporter tested on THREE.js r68, r70 and r79 and include support of BufferGeometry and morthTargers and common.js, AND and ES6 modules.
You can find example of usage in [example.js](https://github.com/atnartur/three-STLexporter/blob/master/example.js).
## Installation
`npm install three-stlexporter --save`
## Authors
This version of STLExporter based on:
- [three.js repository](https://github.com/mrdoob/three.js/blob/a72347515fa34e892f7a9bfa66a34fdc0df55954/examples/js/exporters/STLExporter.js) (authors: [@kovacsv](http://github.com/kovacsv), [@mrdoob](http://github.com/mrdoob))
- [this GitHub gist](https://gist.github.com/kjlubick/fb6ba9c51df63ba0951f) (author: [@kjlubick](http://github.com/kjlubick))
- [this GitHub gist](https://gist.github.com/jcarletto27/e271bbb7639c4bed2427) (author: [@jcarletto27](http://github.com/kjlubick))
- and my code - [@atnartur](http://github.com/atnartur).## License
MIT