amandaghassaei / OrigamiSimulator

Realtime WebGL origami simulator
http://origamisimulator.org/
MIT License
1.11k stars 140 forks source link

Error loading SVG assets #17

Closed swipswaps closed 5 years ago

swipswaps commented 5 years ago

I get this in firefox on Linux: "Error loading SVG assets" //re: just seeing this now, is this still an issue?

Originally posted by @amandaghassaei in https://github.com/amandaghassaei/OrigamiSimulator/issues/1#issuecomment-366298261

edemaine commented 5 years ago

Are you seeing this on https://origamisimulator.org/ or in a locally downloaded copy?

dskeithbuck commented 5 years ago

I'm seeing it in a locally downloaded copy.

image

edemaine commented 5 years ago

Origami Simulator won't run on a file: URL. You need to serve the pages via a local server, e.g. python2 -m SimpleHTTPServer or python3 -m http.server, and then connect to http://localhost.