Create bigscreen.md
0a21b002943a jacobcole 2026-04-10 1 file
new file mode 100644
index 0000000..02e3a88
@@ -0,0 +1,26 @@
+---
+title: BigScreen
+visibility: public
+status: hackathon-concept
+date: 2013-01-01
+---
+
+# BigScreen
+
+BigScreen is a multi-device display system that combines multiple phones, tablets, or laptops into a single large screen.
+
+## Concept
+
+Place several devices side by side and BigScreen treats them as tiles in a larger display. Content flows seamlessly across device boundaries, effectively creating an ad-hoc large monitor from whatever screens are available. Use cases include presentations, group viewing, and collaborative work.
+
+## Technical Approach
+
+Devices connect via local network and synchronize their displays using a coordination server. Each device renders its portion of the overall canvas. Calibration handles different screen sizes and resolutions. Touch input on any device is mapped to the global coordinate space.
+
+## Status
+
+**Hackathon concept** from the MIT era.
+
+---
+
+*Source: Hackathon projects document*
\ No newline at end of file