The animated rotating globe on the homepage (PR #69) is a first pass. Capture tooling is in tools/ (PR pending).
Known tweaks needed
How to re-capture
```bash
python -m http.server 8765 --directory tools/
python tools/capture_globe_rotation.py [--duration 15] [--frames 120] [--quality 40]
cp /tmp/isamples_globe.webp assets/isamples_globe.webp
```
Related
The animated rotating globe on the homepage (PR #69) is a first pass. Capture tooling is in
tools/(PR pending).Known tweaks needed
How to re-capture
```bash
python -m http.server 8765 --directory tools/
python tools/capture_globe_rotation.py [--duration 15] [--frames 120] [--quality 40]
cp /tmp/isamples_globe.webp assets/isamples_globe.webp
```
Related