(SpriteKit) 테트리스 게임 만들기로 알아본 SpriteKit
🎮 SpriteKit 특징 The SpriteKit framework makes it easy to create high-performance, battery-efficient 2D games.
With support for custom OpenGL ES shaders and lighting, integration with SceneKit, and advanced new physics effects and animations, you can add force fields, detect collisions, and generate new lighting effects in your games. lower-level 2D 애니메이션을 위해 디자인 OpenGL과 같은 graphics API를 필요로 하지 않음 SceneKit와 함께 사용해 배경이나 전경의 오버레이로 활용 가능 🧩 SpriteKit 구성요소 SKView SpriteKit의 기본 뷰 각 장면 컨텐츠를 렌더링하여 표시하는…