
router
TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
该演示将 Apple Vision、Core Image、WebGPU 和 Reanimated 整合在一个应用中,展示了精美的贴纸提取用户体验,并伴有引人注目的粒子动画。
A standalone Expo (iOS-only) demo of a single feature: take or pick a photo, lift its subject with Apple Vision into a sticker (white outline + drop shadow on a transparent PNG), and play a WebGPU "pixel-explosion" animation as the extracted sticker rises and settles into place.
Video demo: Watch on X
modules/stickerizer,
Swift) using VisionKit VNGenerateForegroundInstanceMaskRequest + Core Image. iOS 17+.react-native-wgpu
(components/pixel-explosion-scene.ts), driven by a particle grid sampled from the photo.components/lift-extraction-stage.tsx).bun install # or npm install
npx expo run:ios # prebuilds ios/, links the Stickerizer pod, installs to the sim
The iOS Simulator has no camera, so use "Choose photo" with an image that has a clear subject. (Drag an image into the simulator's Photos app first.) On a device, the camera shutter works too.
Animations and effects may not work in the simulator — WebGPU and some Reanimated transitions can be unreliable or disabled there. Use a physical device to see the full pixel-explosion and lift animation in action.
On iOS < 17 (or if no subject is detected) the flow falls back to showing the raw photo.
Expo demo: photo → Apple Vision sticker extraction with WebGPU pixel-explosion animation
根据分类、Topic 和编程语言匹配的相似项目。

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.