Skip to content

tonyb486/stlviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple STL Viewer with Three.js

Installation

1. Initalize Submodules

This uses three.js, which is linked as a submodule.

  git submodule init
  git submodule update

2. Run a web server

You can run any web server for this. It won't work locally, since it uses ajax to download the STL file.

You can use python's built in HTTP server, or any other HTTP server.

  python2 -m SimpleHTTPServer

About

A Simple STL Viewer with Three.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published