tables

Asked on 2024-07-30

1 search

It looks like you're interested in information about tables, particularly in the context of Apple's WWDC sessions. Here are some relevant details from the session "Meet TabletopKit for visionOS":

  1. Setting Up the Play Surface:

    • The first thing to describe in a game is the table. All setup and gameplay happen on the tabletop. A table can be circular with a radius or rectangular with a width and depth. Each game needs a table. Once the table is established, all future positions and orientations are described relative to the table's origin and coordinate system. (Meet TabletopKit for visionOS)
  2. Placing Seats Around the Table:

    • After defining the tabletop, seats are placed around the table. Seats are positioned relative to the origin of the table. A seat may have only one player assigned to it at a time, and each player is required to have a seat to interact with the game. Any spectators for the game should remain unseated. (Meet TabletopKit for visionOS)
  3. Custom Spatial Templates:

    • For more advanced setups, such as custom spatial templates, you can define seats relative to the shared app. This allows for unique spatial layouts, such as placing players and spectators in specific positions around the table. (Customize spatial Persona templates in SharePlay)

Relevant Sessions

  1. Meet TabletopKit for visionOS
  2. Customize spatial Persona templates in SharePlay

If you have any more specific questions or need further details, feel free to ask!