Collection

TabletopKit sample architecture

Source-backed, high-level architecture notes for Apple sample-code pages grouped in the TabletopKit folder.

  • Catalog module label: TabletopKit
  • Coverage: 4 / 4 sample pages documented
  • Source policy: archive hashes and extracted-tree references are verified locally before analysis

Samples

Sample Platforms High-level architecture Documented patterns
Creating tabletop games visionOS A Swift sample with the source-visible chain Tabletopkit_SampleAppGameViewGroupActivityManagerGameRendererTabletopKit APIs. Delegate or data-source callbacks, Actor-isolated state
Implementing playing card overlap and physical characteristics visionOS A Swift sample with the source-visible chain MessyPileExampleAppPlaygroundViewTabletopKit APIs. Delegate or data-source callbacks, Actor-isolated state
Simulating dice rolls as a component for your game visionOS A Swift sample with the source-visible chain DiceSampleAppContentViewTabletopKit APIs. Delegate or data-source callbacks, Actor-isolated state
Synchronizing group gameplay with TabletopKit visionOS A Swift sample with the source-visible chain TabletopKitMini-GameAppGameViewGroupActivityManagerGameRendererTabletopKit APIs. Delegate or data-source callbacks, Actor-isolated state

Cross-sample signals

Recurring documented patterns

Pattern label Sample documents
Delegate or data-source callbacks 4
Actor-isolated state 4

Type-role naming evidence

Counts below are declaration-name suffixes, not inferred patterns.

Role suffix Distinct declarations across samples
App 4
View 4
Player 4
Manager 2
Observer 2
Renderer 2
Generator 1

Swift access-control evidence

These are declaration occurrences in scanned Swift source, including implicit internal declarations.

Access level Occurrences
implicit internal 834
private 8
internal 8
public 5

References

Generated from the verified local catalog and completed Markdown documents.