If you're like me, you want to install the Playdate SDK using a package manager. Below are some options for you.
Info Did I miss anything? Please comment below!
brew install --cask playdate-simulatorThis Homebrew cask updates automatically, so you usually don't have to submit updates.
PLAYDATE_SDK_PATH environment variable and append $PLAYDATE_SDK_PATH/bin to your PATH.
winget install Panic.PlaydateSDKOutdated SDK version? Submit an update.
# Add SDK bucket
scoop bucket add playdate-sdk https://github.com/idleberg/scoop-playdate-sdk
# Optional step: Install sudo helper to elevate PowerShell
scoop install sudo
# Install SDK
sudo scoop install playdate-sdkThis Scoop bucket updates automatically, so you usually don't have to submit updates.
pacman -S playdate-sdkOutdated SDK version? Submit an update.
yay -S playdate-sdkOutdated SDK version? Submit an update.
No official package yet, but an outdated gist that might serve as a starter.
On the GitHub CI (actions, workflows) you can use "get-playdate-sdk" action.