What is this site about

Generated on 7/31/2024

1 search

This site is about the content presented by Apple at the Worldwide Developers Conference (WWDC). It includes detailed information on various sessions, such as:

  1. Meet TabletopKit for visionOS: Introduction to TabletopKit, a framework for building spatial multiplayer tabletop games for Apple Vision Pro.
  2. What’s new in Swift: Updates on the Swift programming language, including new features, community highlights, and cross-platform developments.
  3. Customize feature discovery with TipKit: How to use TipKit to create and manage tips in your app, making features more discoverable.
  4. Explore the Swift on Server ecosystem: Overview of Swift's use in server applications and the ecosystem supporting it.
  5. A Swift Tour: Explore Swift’s features and design: A tour of Swift's features and design principles, demonstrated through building a social network infrastructure.
  6. Build immersive web experiences with WebXR: How to add immersive virtual reality experiences to websites using the WebXR API.
  7. Meet Swift Testing: Introduction to Swift Testing, including its features and how to get involved in its development.

Each session is broken down into chapters, making it easier to navigate and find specific information. For example, the session "Meet TabletopKit for visionOS" includes chapters on setting up the play surface, implementing rules, integrating RealityKit effects, and configuring multiplayer.

If you have any specific questions about these sessions or need timestamps for particular topics, feel free to ask!

Meet TabletopKit for visionOS

Meet TabletopKit for visionOS

Build a board game for visionOS from scratch using TabletopKit. We’ll show you how to set up your game, add powerful rendering using RealityKit, and enable multiplayer using spatial Personas in FaceTime with only a few extra lines of code.

Build immersive web experiences with WebXR

Build immersive web experiences with WebXR

Discover how WebXR empowers you to add fully immersive experiences to your website in visionOS. Find out how to build WebXR experiences that take full advantage of the input capabilities of visionOS, and learn how you can use Simulator to test WebXR experiences on macOS.

Explore the Swift on Server ecosystem

Explore the Swift on Server ecosystem

Swift is a great language for writing your server applications, and powers critical services across Apple’s cloud products. We’ll explore tooling, delve into the Swift server package ecosystem, and demonstrate how to interact with databases and add observability to applications.

Meet Swift Testing

Meet Swift Testing

Introducing Swift Testing: a new package for testing your code using Swift. Explore the building blocks of its powerful new API, discover how it can be applied in common testing workflows, and learn how it relates to XCTest and open source Swift.

A Swift Tour: Explore Swift’s features and design

A Swift Tour: Explore Swift’s features and design

Learn the essential features and design philosophy of the Swift programming language. We’ll explore how to model data, handle errors, use protocols, write concurrent code, and more while building up a Swift package that has a library, an HTTP server, and a command line client. Whether you’re just beginning your Swift journey or have been with us from the start, this talk will help you get the most out of the language.

What’s new in Swift

What’s new in Swift

Join us for an update on Swift. We’ll briefly go through a history of Swift over the past decade, and show you how the community has grown through workgroups, expanded the package ecosystem, and increased platform support. We’ll introduce you to a new language mode that achieves data-race safety by default, and a language subset that lets you run Swift on highly constrained systems. We’ll also explore some language updates including noncopyable types, typed throws, and improved C++ interoperability.

Customize feature discovery with TipKit

Customize feature discovery with TipKit

Focused on feature discovery, the TipKit framework makes it easy to display tips in your app. Now you can group tips so features are discovered in the ideal order, make tips reusable with custom tip identifiers, match the look and feel to your app, and sync tips using CloudKit. Learn how you can use the latest advances in TipKit to help people discover everything your app has to offer.