---
title: Creating visual effects with SwiftUI
framework: swiftui
role: sampleCode
role_heading: Sample Code
path: sample-code/swiftui/creating-visual-effects-with-swiftui
---

# Creating visual effects with SwiftUI

Add scroll effects, rich color treatments, custom transitions, and advanced effects using shaders and a text renderer.

## Overview

Overview note: This sample code project is associated with WWDC24 session 10151: Create custom visual effects in SwiftUI.

## See Also

### Rendering text

- [TextAttribute](swiftui/textattribute.md)
- [textRenderer(_:)](swiftui/view/textrenderer(_:).md)
- [TextRenderer](swiftui/textrenderer.md)
- [TextProxy](swiftui/textproxy.md)
