Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 681 Bytes

File metadata and controls

11 lines (8 loc) · 681 Bytes

STL Viewer originaly developed by Kaitlyn Hova https://github.com/kaitlynhova/Three.js-STL-Viewer

Loads an external .stl 3D model from AWS S3 storage, so you don't have to host it on your app.

view it live here

In order to check it out on local, you need to use something like MAMP to create a local server. Don't worry, you don't need the PRO version.

Directions

  1. Pull down all the code from this repo.
  2. Run a local server on this repo's folder.
  3. Go to localhost:8888 in any browser to view.