nbriz / threejs_playGnd

pedagogical + experimental tool/space/editor for three.js/webGL
55 stars 16 forks source link

Archive not working #14

Closed ghost closed 4 years ago

ghost commented 4 years ago

It seems the three.js library has been moved from https://www.brangerbriz.com/labs/threejs_playGnd/js/three.min.js and is causing every sketch in the archive to break.

ghost commented 4 years ago

I've done some more digging and discovered the newly archived sketches work well as they have the updated link to three.js (see this example This is great but means that every old sketch is un-viewable (without copying the code to a new sketch). Is it possible to build a migration script to update the old sketch links. Or perhaps, add a redirection notice to https://www.brangerbriz.com/labs/threejs_playGnd/js/three.min.js?

nbriz commented 4 years ago

hey @harryiliffe, so i personally don't have access to that server, but i've asked @pbriz (who does) is they could make a copy of the lib available at that URL (think that would be easier than writing a migration script)

ghost commented 4 years ago

Thanks for your quick response, Nick! Just waiting on @pbriz.

nbriz commented 4 years ago

@harryiliffe the library (&& other potential dependencies) are back in place, so sketches should be working now :)