Sunday, May 24, 2015

local webgl

python 3:
python -m SimpleHTTPServer

python 2:
python -m http.server 8000

in browser:
http://localhost:8000

No comments:

Post a Comment