Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

iOS Game - SceneKit or SpriteKit?

Hey guys,

I am currently planning a game development, and 95% of the game will be 2d. I want to introduce an animation that zooms in on a specific point, with a 3d type animation, from the side, to an overhead view, and display another scene, within a level as such.

What's the best way to go about this?

Thanks!

1 Answer

Yo, sceneKit for 3D and spritekit for sample 2D game. I really love SpriteKit it's juste awesome and powerful.