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

General Discussion

whats a sdk ?

Im getting into gaming programming in really a beginner, i've heard this term a lot and read about it but i really dint understand how it works or how to build one.

3 Answers

Ryan Field
PLUS
Ryan Field
Courses Plus Student 21,242 Points

Hi, Miguel. You don't build one (well, at least most people don't). An SDK is a software development kit, and they're used by programmers to build applications and whatnot on different platforms. Each platform has their own SDK (Android, Apple, Pebble, and many other companies) that is used to build applications for that specific device or platform.

SDK is the abbreviation of Software development Kit.

It is basically a collection of useful tools, code snippets and source code to help developers creating their own custom software matching the desired base code or base application (such as android, mac os, windows.. whatnot). You may or may not need different SDKs for different projects.

Seth Kroger
Seth Kroger
56,413 Points

Game programming SDK's are also referred to as "engines" that help you work with graphics, animation, input, and the like. There are many examples such as Unity, Unreal, CryTek, etc.