Difference between revisions of "Playdate SDK"

From Playdate Community Wiki
Jump to: navigation, search
m (Changed reference to more official info)
Line 11: Line 11:
|}
|}


The Playdate SDK is a series of tools that will allow for the creation of Playdate games via either C code or Lua scripting language code. It will also include a Playdate Simulator that can be used to easily play and debug in-development games on a PC without needing to move games to a physical Playdate. The SDK has been confirmed to be available for Windows, Mac OS and Linux<ref>https://web.archive.org/web/20210609160643/https://play.date/dev/</ref>.
The Playdate SDK is a series of tools that will allow for the creation of Playdate games via either C code or Lua scripting language code. It will also include a Playdate Simulator that can be used to easily play and debug in-development games on a PC without needing to move games to a physical Playdate. Libraries will be included with the SDK that will make certain operations like drawing graphics, playing sounds, detecting collisions and other functionality easier than doing them from scratch. The SDK has been confirmed to be available for Windows, Mac OS and Linux<ref>https://web.archive.org/web/20210609160643/https://play.date/dev/</ref>.


The Playdate SDK will be released when it's ready, whether that be before or after the release of the Playdate hardware itself.
The Playdate SDK will be released when it's ready, whether that be before or after the release of the Playdate hardware itself.

Revision as of 11:30, 16 June 2021

Playdate SDK
A Panic developer running a game in the Playdate SDK's Simulator, and on a physical Playdate.
Release Date: 2021
Developers: Panic

The Playdate SDK is a series of tools that will allow for the creation of Playdate games via either C code or Lua scripting language code. It will also include a Playdate Simulator that can be used to easily play and debug in-development games on a PC without needing to move games to a physical Playdate. Libraries will be included with the SDK that will make certain operations like drawing graphics, playing sounds, detecting collisions and other functionality easier than doing them from scratch. The SDK has been confirmed to be available for Windows, Mac OS and Linux[1].

The Playdate SDK will be released when it's ready, whether that be before or after the release of the Playdate hardware itself.

References