Extension Details

- PlaydateKit Tasks
- by Marquis Kurt
- 5 Recent Installs | 5 Total Installs
- Build and run apps and games for Playdate via PlaydateKit.
- Repository
- Bug Reports
Readme
PlaydateKit Tasks provides Task integration with PlaydateKit, allowing you to quickly build and run apps and games for the Playdate console with PlaydateKit.
⚠️ Important
This is not an official extension developed and/or endorsed by Panic; It is a community-developed project.Note
If you are looking for tools to assist with developing apps and games for the Playdate with either Lua or C, you'll want Panic's official extension instead, which you can find below.
PlaydateKit Tasks provides tasks for:
- Building projects as a universal package (simulator + device), a simulator-only build, and/or a device-only build;
- Running projects through the Playdate Simulator
- Cleaning build folders
Requirements
PlaydateKit Tasks requires some additional tools to be installed on your Mac:
- Playdate SDK
- Swift toolchain v6.2 or later
You might also want to install these extensions, although they are not required for PlaydateKit Tasks to function:
Usage
To run PlaydateKit Tasks's Build action, add either Build Playdate Package or Playdate Simulator (PlaydateKit) to your tasks and then do any of the following:
- Click the Build 🔨 button in the project toolbar;
- Select the Project → Build menu item;
- Press Command-B; or
- Open the command palette and type
build
Configuration
You can adjust the settings for these tasks in your workspace's settings by opening the Task dropdown and selecting Edit Task....
Contribute
PlaydateKit Tasks accepts pull request contributions from its GitHub repository mirror, which you can find at the link below. Please note that the source of truth is hosted on SkyVault.
If you'd like to report a bug or request a feature, you can do so on the extension's page on YouTrack:
License
PlaydateKit Tasks is free and open-source software licensed under the MIT License. For more information on your rights, refer to LICENSE.md.
Release Notes
Version 0.1
Initial release
License
MIT License
Copyright 2025 Marquis Kurt
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the “Software”),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.