diff --git a/art/splash/README.md b/art/splash/README.md new file mode 100644 index 000000000..4ca756721 --- /dev/null +++ b/art/splash/README.md @@ -0,0 +1,37 @@ +# CAC3 Splash Screens + +Boot splash artwork for the CAC3 (Californiacoin3) Qt wallet. + +## Files + +| File | Size | Purpose | +|---|---|---| +| `splash-v2.jpg` | 1254×1254, sRGB JPEG | Source of truth. Authoritative splash for v2 release. | +| `splash-v2.png` | 1254×1254, sRGB PNG | Lossless copy of v2 (for tools that prefer PNG). | + +## v2 (current) + +- **Author**: Sami Ahmed (generated with AI assistance, 2026-07-15) +- **Composition**: CAC3 medal mark (centered, gold rim with reeded edge, grizzly bear + lone red star on cream face), six California landmark photos in a 3×2+1 grid (Golden Gate, downtown LA skyline, Hollywood sign, Bixby Creek Bridge, lifeguard tower at sunset, classic lowrider, palm grove at dusk), `CALIFORNIACOIN` wordmark, `CAC3 — The Crypto for Real Riders` tagline. +- **Palette**: Red ground with gold/sunset accents. Whole poster tied together by a unified sunset-golden-hour palette. + +## Wiring into the wallet + +When the C++ source lands, this image is the drop-in for the boot splash: + +| Wallet target | File to write | +|---|---| +| `src/qt/res/splash.png` (Qt boot splash) | convert `splash-v2.png` → resize to 800×600 → write | +| `src/qt/res/splash@2x.png` (HiDPI) | 1600×1200 | +| `src/qt/res/splash_testnet.png` | distinct splash for testnet (todo) | + +For now the splash is shipped as art only — wallet build wiring is a downstream step. + +## License + +Released under **CC0 1.0 Universal** (public domain dedication). Anyone may fork, recolor, or remix for downstream CAC3 implementations without attribution. + +## History + +- **v1** — six-landmark grid, red/gold poster. Superseded. +- **v2** — current. Same author/composition family as v1, refined. Authoritative splash as of 2026-07-15. \ No newline at end of file diff --git a/art/splash/splash-v2.jpg b/art/splash/splash-v2.jpg new file mode 100644 index 000000000..50949aa24 Binary files /dev/null and b/art/splash/splash-v2.jpg differ diff --git a/art/splash/splash-v2.png b/art/splash/splash-v2.png new file mode 100644 index 000000000..f8020e5b4 Binary files /dev/null and b/art/splash/splash-v2.png differ