Synchronize a 3D scene across multiple windows using Three.js and localStorage
1–10 of 21 posts
Re: Synchronize a 3D scene across multiple windows using Three.js and localStorage
#2i wonder if a visual of any kind would help
Re: Synchronize a 3D scene across multiple windows using Three.js and localStorage
#3i wonder if a visual of any kind would help
I believe that it's this: https://twitter.com/_nonfigurativ_/status/172732259457002734...
Re: Synchronize a 3D scene across multiple windows using Three.js and localStorage
#4Is there some reason to prefer localStorage over https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_C... ?
Re: Synchronize a 3D scene across multiple windows using Three.js and localStorage
#5Is there some reason to prefer localStorage over https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_C... ?
Broadcast is messaging only, localStorage can elegantly handle messaging and state data.
Re: Synchronize a 3D scene across multiple windows using Three.js and localStorage
#6Nice discussion here :
Re: Synchronize a 3D scene across multiple windows using Three.js and localStorage
#7i wonder if a visual of any kind would help
This can be said about 99% of GitHub repositories.
When I first started using GitHub, I thought there must be some reason that no one ever included images in their README. Maybe it's not considered cool, I thought.
Re: Synchronize a 3D scene across multiple windows using Three.js and localStorage
#8Re: Synchronize a 3D scene across multiple windows using Three.js and localStorage
#9Discussed the other day here
Re: Synchronize a 3D scene across multiple windows using Three.js and localStorage
#10Saw a great lightning talk about Three.js this summer. Had no idea what could be done with it before and it was a little mind blowing.