Rob Tsuk

Results 53 comments of Rob Tsuk

Right now it is not correct; if one dropped all references to the bitmap table, the individual bitmaps would be pointing to freed memory.

I don't recall seeing any C examples that use custom draw and then also set an image on the sprite. I'm not sure what the Playdate will do in that...

The backtrace suggests the crash is in the Playdate code, so maybe that's not a good thing to do? One could write a C version and see what happens. That,...

Also https://crates.io/crates/executor

It's not necessary, but the callback-heavy nature of the Playdate API might make it the easiest course. I think async closures tend to be allocated on the heap, since they...

I'd imagined you'd use crankstart as a dependency from crates, so this would not be an issue. What are you trying to do where you want to include crankstart in...

Not unreasonable, but I favor leaving it as-it in expectation that it might eventually end up being published to crates.io.

That wasn't the case a few months ago, but I'll take a look tomorrow and see what I can learn.