AR Comic Effect

AppIcon

A minimal iOS AR app with the Comic Postprocess Effect.

  • Xcode 13.2.1
  • Target: iOS / iPadOS 15.0+
  • SwiftUI, ARKit, RealityKit 2, Core Image

In iOS 15.0+, you can apply postprocess effects to a RealityKit scene after RealityKit renders it.
This app applies the CIComicEffect or CISpotColor filter of Core Image to the AR scene rendered by RealityKit.

This is a minimal implementation. Replace the Core Image Filter with your favorite one
,and replace the USDZ file in the project with your favorite 3d model data.
Then you will get your iOS AR app.

References

  1. Article: Applying Core Image Filters as a Postprocess Effect
  2. Sample Code: Implementing Special Rendering Effects with RealityKit Postprocessing
  3. Core Image Filter Reference

Pict1_320
Pict1_320
GIF1

MIT License

GitHub

View Github