# bgstaal/multipleWindow3dScene

A quick example of how one can "synchronize" a 3d scene across multiple windows using three.js and localStorage

Repository: https://github.com/bgstaal/multipleWindow3dScene
Canonical: https://ross.abutalabs.com/products/multiplewindow3dscene
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2023-11-29T18:41:08+00:00

## Health v2 (maintenance only)
Score: 27/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 72
- inputs: {"age_days": 1014, "days_push": 1008, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 18926, forks 2914 (observed 2026-08-28T04:11:27.220825+00:00)

## What it is
A demo application showing how to synchronize a Three.js 3D scene across multiple browser windows using localStorage for shared state. It includes a WindowManager class handling window lifecycle and synchronization.

## Use cases
- render a 3d scene across multiple browser windows
- sync state between browser windows
- learn multi-window web graphics techniques
- build a 3d scene spanning several monitors
- manage window lifecycle with localStorage

## When to choose
- you want a reference example of cross-window 3D rendering with Three.js
- you need a simple localStorage-based window synchronization pattern

## When to avoid
- you need production-grade synchronization with robust conflict handling
- you require a maintained library with releases and tests
- you need cross-browser support beyond localStorage-based approaches

## Facets
- artifact type: application
- maturity: experimental
- function: graphics, state-management, web-framework
- domain: web-development, graphics, frontend
- platform: browser
- tags: threejs, localstorage, multi-window, 3d-graphics, demo, window-management, javascript

## Member repositories
- bgstaal/multipleWindow3dScene (main) score 27

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:27.220825+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:01:16.040921+00:00, confidence not recorded.
  - readme: https://github.com/bgstaal/multipleWindow3dScene (fetched 2026-08-28T04:11:27.220825+00:00, sha 2d9b88950069)
- Data as of 2026-08-30T08:39:29.467469+00:00.
