Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Javascript

Inspired 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).