jdkeenan / jsstl

Pure Javascript code for parsing and rendering STL (ascii and binary) files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsstl

Pure Javascript demo code for parsing and rendering STL (ascii and binary) files.

The code is currently tightly coupled between the STL parsing and three.js geometry creation for the sake of initial rendering speed. That said, it would be relatively trivial to make the parseStl() and parseStlBinary() functions be renderer-agnostic. Feel free to cannibalize the code as you see fit.

try it out

Dump this repo on a web server and open up index.html in a browser. Voila, octocat!

thanks to

license

Do whatever you want with this code. I offer it without expectation or warranty. No need to credit me in your project or source code. A digital high five would be nice, but is not required.

me

@tonylukasavage

About

Pure Javascript code for parsing and rendering STL (ascii and binary) files


Languages

Language:HTML 86.6%Language:JavaScript 13.4%