Tag

SpriteKit

SpriteKit Safe Area

SpriteKit Safe Area

Handle the screen's safe areas with collapsing margins in a SpriteKit SKScene.

Transform Component in GameplayKit

Transform Component in GameplayKit

Create a transform component for GameplayKit in Swift to get a clean and robust API for everything related to position, rotation, and scale.

Trail VFX with SpriteKit

Trail VFX with SpriteKit

Create a common Game VFX with SpriteKit, useful for trailing effects like projectiles and magic. Based on the less used components SKCropNode, SKEffectNode, and SKWarpGeometryGrid.