art_exhibits

Self-contained, browser-rendered recreations of art exhibitions. Each exhibit is a single HTML file with no build step and no external dependencies: open it in a browser or serve the folder statically.

Exhibits

Exhibit Path Notes
Infinity Rooms (Yayoi Kusama tribute) exhibits/kusama-infinity-rooms/index.html First-person WebGL 2 walk-through of four rooms.

Running locally

Open the HTML file directly, or serve the repository root:

npx http-server . -p 8080
# then visit http://localhost:8080/exhibits/kusama-infinity-rooms/

Requires a browser with WebGL 2 (Chrome, Edge, Firefox, Safari 15+).

Infinity Rooms

A lobby styled after Dots Obsession leads to four rooms:

Controls

Input Action
W A S D / arrows Move
Shift Run
Mouse Look (click to lock the pointer, or drag)
Click / E Interact
Touch Left half moves, right half looks, tap interacts
H Help
F Fullscreen

How it works