Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romiras/threejs-stl-demo
Demo for displaying STL 3D models
https://github.com/romiras/threejs-stl-demo
demo html5-canvas javascript threejs webgl
Last synced: 27 days ago
JSON representation
Demo for displaying STL 3D models
- Host: GitHub
- URL: https://github.com/romiras/threejs-stl-demo
- Owner: romiras
- Created: 2015-06-15T12:35:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T12:36:08.000Z (over 9 years ago)
- Last Synced: 2024-07-30T20:53:30.192Z (5 months ago)
- Topics: demo, html5-canvas, javascript, threejs, webgl
- Language: JavaScript
- Size: 180 KB
- Stars: 3
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
threejs-stl-demo
========Pure Javascript demo code for parsing and rendering STL (ascii and binary) files.
Thanks to
---------
* [three.js](https://github.com/mrdoob/three.js/) for the ability to render the 3D models in WebGL/Canvas via JavascriptInspired by
---------
* [webgl_loader_stl.html example](https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_stl.html)## License
threejs-stl-demo is released under the [MIT License](http://www.opensource.org/licenses/MIT).