A custom launcher for the Panic Playdate.
By scratchminer and Rae
Building from source
Use the Playdate Compiler from Playdate's SDK: pdc Source IndexOS.pdx
Installing
On hardware
- Download the Index Installer from the website or releases page.
- Sideload the PDX to your device, or place it directly in the data disk somewhere in the
Games
folder.
- On your Playdate, launch the installer and follow the on-screen prompts.
On the Playdate Simulator
- Build the Index OS core application yourself, or download it from the website or releases page.
- Navigate to wherever you installed the Playdate SDK, then go to
<SDK path>/Disk/System
.
- Rename the existing application
Launcher.pdx
to somthing else, like StockLauncher.pdx
.
- Drag Index OS into the
System
folder and rename it Launcher.pdx
.
- Launch Index OS with the Playdate Simulator.
This project isn't affiliated with Panic, the makers of the Playdate, in any way.