diff --git a/topics/playdate-sdk/index.md b/topics/playdate-sdk/index.md new file mode 100644 index 00000000000..bc112639789 --- /dev/null +++ b/topics/playdate-sdk/index.md @@ -0,0 +1,19 @@ +--- +topic: playdate-sdk +aliases: panic-playdate-sdk +related: sdk, game-development +created_by: Panic +display_name: Panic Playdate SDK +short_description: Playdate SDK by Panic for Lua and C programming languages. +released: February 28, 2022 +logo: playdate-sdk.png +url: https://play.date/dev/#cardSDK +wikipedia_url: https://en.wikipedia.org/wiki/Playdate_(console)#Developers +--- +Freely available Software Development Kit for Playdate handheld video game console by Panic. +Contains API for Lua and C programming languages, documentation, examples and simulator. + +SDK documentation: +- [general & Lua](https://sdk.play.date/) +- [specifically for C](https://sdk.play.date/Inside%20Playdate%20with%20C.html). +- [changelog](https://sdk.play.date/changelog/) diff --git a/topics/playdate-sdk/playdate-sdk.png b/topics/playdate-sdk/playdate-sdk.png new file mode 100644 index 00000000000..bf8ee76d31f Binary files /dev/null and b/topics/playdate-sdk/playdate-sdk.png differ diff --git a/topics/playdate/index.md b/topics/playdate/index.md new file mode 100644 index 00000000000..b6b57a367ad --- /dev/null +++ b/topics/playdate/index.md @@ -0,0 +1,16 @@ +--- +topic: playdate +aliases: panic-playdate, playdate-console +related: game-development +created_by: Panic +display_name: Panic Playdate +short_description: Playdate by Panic is a handheld video game console, with free SDK and sideloading. +released: 2022 +logo: playdate.png +url: https://play.date/ +wikipedia_url: https://en.wikipedia.org/wiki/Playdate_(console) +--- +Playdate is a handheld video game console developed by Panic. +The device features a mechanical crank and a 1bit black-and-white screen that operating like e-paper but can produce up to 60 FPS. +Official SDK is openly available, supports C, C++ and Lua languages and includes simulator. +Games are created using SDK can be freely sideloaded to the device. diff --git a/topics/playdate/playdate.png b/topics/playdate/playdate.png new file mode 100644 index 00000000000..14fcb97d54f Binary files /dev/null and b/topics/playdate/playdate.png differ