
devforum.play.date
devforum.play.date
Threads tagged sdk-update
Threads tagged sdk-update
Text stopped rendering? - Playdate Developer Forum
Apr 3, 2022 · It's probably something incredibly simple i'm missing here, but... all the text in my project stopped rendering? anything you know that may cause that? cheers ;-;
`playdate.getCurrentTimeMilliseconds` appears to overflow in a matter ...
Nov 19, 2025 · I use playdate.getCurrentTimeMilliseconds() to advance some simple, continuously looping animations. I’ve noticed that if I leave the app running in the simulator overnight that the …
Sprites, Arrays, and Update - Playdate Developer Forum
Apr 25, 2024 · I'm on Windows SDK. Question: I'm trying to animate my sprites, but I'm not sure how to hook into the sprite update effectivly. I know if I have one sprite, I can add a function …
About Time - v1 released - Playdate Developer Forum
Jan 4, 2024 · Hi All, I’m happy to announce that I have finally finished Version 1 of my game “About Time” which started out as a simple game jam entry. What was meant to only take a few days turned …
Playdate Oneil Camera - Page 2 - Playdate Developer Forum
Jun 10, 2023 · That's a funny story. On April 1st @wallmasterr posted a fun video on Twitter about how he made a Game Boy Camera style project on Playdate (using code I shared in this very forum) I …
setScale () not work - Playdate Developer Forum
Apr 26, 2023 · *OS: MacOS Monterey *SDK: 1.13.3 Hi, guys. I tried to change the size of a sprite using setScale() but it changes well in the simulator, but the size does not change on the actual device. is …
IntelliJ plugin - Playdate Developer Forum
Jan 30, 2026 · Hi guys, I just published a Playdate development plugin for jetbrains ecosystem. It’s still raw and unpolished but will let you: create new game project in Lua or C (demo code included) run …
C API - sampleplayer->setSample causing memory leaks
Nov 24, 2023 · Over time of using your app, does memory usage grow proportionally? Does allocated memory constantly grow in spite of you diligent requests to free it? In other words, does it drip and …