creat image
Asked on 06/13/2025
1 search
To create images using Apple's technologies presented at WWDC, you can explore several options:
-
Image Playground: This feature allows you to integrate image generation capabilities into your app. It provides a system-provided, personalized, and on-device image generation experience. You can present the Image Playground sheet in your app and optionally provide inputs such as a text prompt or image. Users can iterate over images until they find one they like, and only the final image they choose is shared with your app. This feature is discussed in the Platforms State of the Union session.
-
RealityKit: You can create spatial scenes from 2D images or spatial photos. This involves generating a spatial 3D image and using it to initialize an image presentation component. The session on What’s new in RealityKit provides more details on how to present images in immersive modes.
-
HDR for Dynamic Image Experiences: This session covers how to use HDR to create dynamic image experiences in your app. It includes strategies for editing, displaying, and saving HDR images. You can learn more about this in the Use HDR for dynamic image experiences in your app session.
These sessions provide a comprehensive overview of the tools and APIs available for creating and manipulating images in your apps using Apple's latest technologies.

What’s new in AppKit
Discover the latest advances in Mac app development. Get an overview of the new features in macOS Sequoia, and how to adopt them in your app. Explore new ways to integrate your existing code with SwiftUI. Learn about the improvements made to numerous AppKit controls, like toolbars, menus, text input, and more.

What’s new in RealityKit
Unleash your creativity with new RealityKit features that can help you build rich 3D content for iOS, iPadOS, macOS, tvOS and visionOS. Learn how you can access ARKit data directly through RealityKit. Explore how you can interact with your 3D content more naturally using the object manipulation feature. Discover some new APIs for scene understanding, environment blending, instancing and much more, all using an interactive sample.

Platforms State of the Union
Discover the newest advancements on Apple platforms.