A library which synchronises three.js scenes across multiple browser windows in real-time.
Logic only relies on vanilla JavaScript (e.g window.localStorage).
Heavily inspired from multipleWindow3dScene by bgstaal.
This library is built with my favorite JavaScript tools and packages.
- pnpm: Preferred package manager
- TypeScript: Used for type-safety for JS code
- vite: Frontend build tool (only used in devDependencies)