Rob Tsuk

Results 53 comments of Rob Tsuk

I would try to find some time to help out with porting joDoc to JavaScript. Or even CoffeeScript.

Quoting davebalmer [email protected]: > Check out Dan Freedman's efforts. I will, thanks! Rob

I can't imagine that dynamic libraries are supported on the device, but the developer forums would be the place to ask. Why do you need a dylib?

It might also be a problem that the Playdate OS makes the stack for games. I think flip-link expects something different.

Are you using serde in your game? I'm told it is a heavy user of stack space and that matched my experience. Otherwise, try to use heap allocated data structures...

I think this is fixed now, due to @lilyinstarlight's work, but let's leave it open until a Linux user gets a device to test it.

At least on the Mac, the Playdate SDK provides all the tools and headers needed. Perhaps the SDK path environmental variable isn't correct for where it is installed? As for...

* Adding the requirements would be great. * As long as the space still appears in the game name, changes here for compatibility are fine. * `pdutil` did not exist...

I think https://github.com/pd-rs/crank/pull/23 provides a work-around. I'll make the default work better in the future.

Since the modem appears and disappears as the device is mounted as a disk, I don't think there is a way to make a good default. I think an environmental...