AI techniques used:
This demo was done with our custom demotool Lazy Sunday Designer (lazysundaydesigner.org) which was coded using Claude Code and Codex.
The demotool uses shaders written by GPT 5.6 Sol. The graphics in the demo were assembled from source material generated by GPT Image 2. The video clip (sunrise) was generated by Midjourney v8.2. The voice acting was written by Pikkuapila and acted by Grok Imagine.

-fthr (fthrproductions@gmail.com)

Plastic Sunrise 1999 — standalone web export
================================

UPLOAD
Copy everything in this folder to any web-accessible directory, then open
index.html. It can be the document root, a subdomain, or a nested path such as
example.com/demos/my-demo/. No Lazy Sunday Designer account or server is
required.

LOCAL PREVIEW
Browsers do not allow this demo to load all assets directly from file:// URLs.
Serve the folder over HTTP instead:

  Python 3:  python3 -m http.server 8000

Then open http://localhost:8000 in a browser.

CONTROLS
Click Start demo to enable audio. Space pauses/resumes. R restarts. F toggles
fullscreen. The on-screen controls work on desktop and mobile.

HOSTING NOTE
Nested-folder playback uses a small service worker to keep all runtime and asset
requests inside this exported folder. Use HTTPS in production (or localhost for
local preview), and upload standalone-sw.js along with every other exported file.
