Sync3DWindows is a project crafted with Three.js, utilizing Local Storage to synchronize data seamlessly across multiple browser windows. It stores window data in the local storage, ensuring a coordinated and synchronized 3D experience.
-
Real-Time Coordination: Changes in the 3D environment are instantly synchronized across all open windows.
-
Efficient Data Handling: Local Storage is employed to efficiently store and manage window data, ensuring seamless synchronization.
-
Easy Setup: The project is easy to set up, allowing users to quickly delve into the synchronized 3D environment.
Watch the demo video to see Sync3DWindows in action
https://github.com/parthsali/Sync3DWindows.git
cd Sync3DWindows
npm install
npm run dev