Skip to content

Holographic fridge magnet sticker wall - SwiftUI + CoreMotion + Midjourney

Notifications You must be signed in to change notification settings

kurkure15/StickerWall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StickerWall 🧲✨

A holographic fridge magnet app built with SwiftUI. Peel stickers from a tray, slap them on a retro fridge, and watch them shimmer as you tilt your phone.

How the Holographic Effect Works

Each sticker is a stack of 7 layers:

  1. Shadow silhouette — white outline that casts a dynamic shadow (lifts on drag)
  2. Sticker artwork — the actual illustration
  3. Dark outline — subtle depth ring at 15% opacity
  4. Holographic gradient — a 7-color LinearGradient (pink → purple), blurred and masked to the sticker shape. The phone's gyroscope feeds pitch/roll data that shifts the gradient position and rotation in real time. That's the shimmer.
  5. Ghost artwork — sticker again at 25% opacity, lets colors bleed through the holo
  6. Film grain — subtle noise texture for realism
  7. Glare strip — dark gradient that sweeps on drag, simulating light reflection

No Metal shaders. No third-party libraries. Pure SwiftUI.

Features

  • 🧲 Drag stickers from tray onto fridge
  • ✨ Gyroscope-driven holographic shimmer
  • 🔊 Magnet snap sound on drop, peel sound on pickup
  • 📏 Pinch to scale, rotate, drag to reposition
  • 🎯 Settle animation — stickers slide down slightly before the magnet catches
  • 🔍 Double-tap for 3D inspection mode with layer separation sliders

Tech Stack

What Tool
UI & interactions SwiftUI
Sticker artwork Midjourney
Code & architecture Claude
Gyroscope CoreMotion
Sounds Pixabay (royalty-free)

Requirements

  • iOS 17.4+
  • Xcode 15+
  • Physical device (gyroscope required for holo effect)

Run It

  1. Clone the repo
  2. Open StickerWall.xcodeproj in Xcode
  3. Build and run on a physical iPhone or iPad
  4. Tilt your device to see the holographic shimmer

Credits

Holographic sticker wall concept inspired by Daniel Korpai. Rebuilt with a fridge magnet interaction and custom retro space sticker artwork.

License

MIT

About

Holographic fridge magnet sticker wall - SwiftUI + CoreMotion + Midjourney

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages