Playdate: Difference between revisions
Jump to navigation
Jump to search
No pd-emu commits in the last year, only two after 2023 |
Ilyagredasov (talk | contribs) Tags: Mobile edit Mobile web edit |
||
| Line 37: | Line 37: | ||
| [https://github.com/TheLogicMaster/Cranked git] | | [https://github.com/TheLogicMaster/Cranked git] | ||
| {{Green}} {{License|MIT}} ({{License|Permissive}}) | | {{Green}} {{License|MIT}} ({{License|Permissive}}) | ||
| {{ | | {{~}} | ||
| {{✗}} | | {{✗}} | ||
|- | |- | ||
Revision as of 07:17, 22 January 2026
| Developer | Panic Inc. |
|---|---|
| Type | Handheld game console |
| Generation | Ninth generation |
| Release date | April 18, 2022 |
| Emulated | ✓ |
The Playdate is a handheld console developed by Panic Inc.
Emulators
| Name | Platform(s) | Latest Version | License | Active | Recommended | ||||
|---|---|---|---|---|---|---|---|---|---|
| PC / x86 | |||||||||
| Playdate Simulator | 3.0.2 | Proprietary | ✓ | ✓ | |||||
| Cranked | git | MIT (Permissive) | ~ | ✗ | |||||
| pd-emu | git | ? | ✗ | ✗ | |||||
Comparisons
- Playdate Simulator
- The official Playdate emulator by Panic, bundled in the first-party Playdate SDK as a test platform for developers. Plays most Lua-coded games perfectly by itself, but by design it does not play encrypted (DRM-laden) Catalog games or compiled C games from disparate platforms. In other words, a Playdate game partially coded in C but compiled on Mac won't run on the Windows simulator and vice versa because the Simulator runs compiled C code natively (as in, without emulation or interpretation).
- Cranked
- Early-stage open-source Playdate emulator. To-date much of the functionality is missing (sprites, audio, graphical effects), but the groundwork is laid for Lua and C games to boot down the line.
- pd-emu
- Another early-stage, open-source emulator that cannot be run since the author has yet to integrate the Playdate API.