Difference between revisions of "Playdate SDK"

From Playdate Community Wiki
Jump to: navigation, search
Line 5: Line 5:
|-
|-
| Release Date:  
| Release Date:  
| February 2022
| 28 / 02 / 2022
|-
|-
| Developers:
| Developers:
Line 11: Line 11:
|}
|}


The [[Playdate SDK]] is a series of tools that will allow for the creation of games via either [https://en.wikipedia.org/wiki/C_(programming_language) C] code or [https://www.lua.org/ Lua] scripting language code (with the [https://en.wikipedia.org/wiki/C_(programming_language) C] code being more performant overall). 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 [[Playdate SDK]] that will make certain operations like drawing graphics, playing sounds, detecting collisions and other functionality easier than doing them from scratch.  
The [[Playdate SDK]] is a series of tools that allows for the creation of games via either [https://en.wikipedia.org/wiki/C_(programming_language) C] code or [https://www.lua.org/ Lua] scripting language code (with the [https://en.wikipedia.org/wiki/C_(programming_language) C] code being more performant overall). It includes 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 are included with the [[Playdate 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 [https://en.wikipedia.org/wiki/Microsoft_Windows Windows], [https://en.wikipedia.org/wiki/MacOS MacOS] and [https://en.wikipedia.org/wiki/Linux Linux]<ref>https://web.archive.org/web/20210609160643/https://play.date/dev/</ref>.
The SDK is available for [https://en.wikipedia.org/wiki/Microsoft_Windows Windows], [https://en.wikipedia.org/wiki/MacOS MacOS] and [https://en.wikipedia.org/wiki/Linux Linux]<ref>https://web.archive.org/web/20210609160643/https://play.date/dev/</ref>.


The [[Playdate SDK]] will be released in February 2022, according to the Playdate Owners Update #1.<ref name="Owners Update 1">https://lists.play.date/w/C1CCc0cxLPvgKc6tC8jVmg</ref>
The SDK was released on the 28th of February, 2022.


==Links==
==Links==


[https://play.date/dev Playdate Development Forums]
[https://play.date/dev Download the SDK]


[https://www.youtube.com/watch?v=MZRtfiD_308 Programming Playdate YouTube video]
[https://www.youtube.com/watch?v=MZRtfiD_308 Programming Playdate YouTube video]

Revision as of 00:41, 1 March 2022

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

The Playdate SDK is a series of tools that allows for the creation of games via either C code or Lua scripting language code (with the C code being more performant overall). It includes 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 are included with the Playdate SDK that will make certain operations like drawing graphics, playing sounds, detecting collisions and other functionality easier than doing them from scratch.

The SDK is available for Windows, MacOS and Linux[1].

The SDK was released on the 28th of February, 2022.

Links

Download the SDK

Programming Playdate YouTube video

Benavent Ramon's bachelor's thesis on coding for Playdate in C

References