Skip to content

chore(🐙): add image blur example - #452

Open
huytdps13400 wants to merge 1 commit into
wcandillon:mainfrom
huytdps13400:fix/84-image-blur-example
Open

chore(🐙): add image blur example#452
huytdps13400 wants to merge 1 commit into
wcandillon:mainfrom
huytdps13400:fix/84-image-blur-example

Conversation

@huytdps13400

Copy link
Copy Markdown

Summary

  • port the official WebGPU image-blur sample into the React Native example app
  • add interactive kernel-size and pass-count controls
  • render only on setup or settings changes and destroy GPU buffers/textures on unmount
  • register the example in the typed route and home list
  • cover dispatch planning, validation, and pass ordering

Closes #84.

Verification

  • yarn workspace Example jest src/ImageBlur/__tests__/blurPlan.test.ts --runInBand — 2/2 passed
  • yarn tsc — 3/3 workspaces passed
  • targeted Example ESLint — passed with zero warnings
  • yarn workspace react-native-webgpu test:node Blur.spec.ts — rendered and matched
  • Metro iOS bundle — completed and copied all 27 assets
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add example: Image Blur

1 participant