Skip to content

MarcosAtMorais/SKSmoothCameraNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

SKSmoothCameraNode

Swift Xcode

Smooth Camera made easy using SpriteKit's SKCameraNode.

To use it, just create a SKSmoothCameraNode and set it as your camera attribute on the scene (SKScene subclass). Instead of directly setting your camera.position to the desired position on the update or property observer, use the method setCamera(position: CGPoint) of your brand-new SKSmoothCameraNode object.

A more detailed explanation coming soon.

About

Smooth Camera made easy using SpriteKit's SKCameraNode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages