playdate-device

Crates.ioplaydate-device
lib.rsplaydate-device
version0.2.16
created_at2024-04-01 20:11:02.54021+00
updated_at2025-03-29 20:43:22.032232+00
descriptionCross-platform interface Playdate device, async & blocking.
homepagehttps://github.com/boozook/playdate
repositoryhttps://github.com/boozook/playdate.git
max_upload_size
id1192923
size213,536
Alex (boozook)

documentation

README

Playdate device support library

Cross-platform interface for Playdate device, async & blocking.

Contains methods for:

  • find connected devices, filter by mode, state, serial-number

  • send commands

  • read from devices

  • mount as drive (mass storage usb)

  • unmount

  • install pdx (playdate package)

  • run pdx (optionally with install before run)

  • operate with multiple devices simultaneously

Status

This crate in active development and API can be changed in future versions, with minor version increment.

Supported platforms:

  • MacOs

  • Linux

  • Windows

Prerequisites

  1. Rust nightly toolchain
  2. Linux only:
  1. Windows only:
  • powershell (used as fallback)


This software is not sponsored or supported by Panic.

Commit count: 562

cargo fmt