No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .cargo | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| README.md | ||
remarkable-toolkit
Shared library for full-takeover apps on the reMarkable Paper Pro (riddle,
battleship, chess, ...): the fb/qtfb/display framebuffer backend,
surface drawing primitives (rects, rounded rects, triangles, circles,
lines), text glyph rasterization (ab_glyph), and raw touch input.
Pure display/input plumbing only — no app-specific game logic, no libquill
linking (that stays in each consuming app's own build.rs, since it needs a
relative path to a sibling quill checkout).
Use from a consuming app
[dependencies]
remarkable-toolkit = { git = "ssh://git@git.action-games.cz:2222/kikizc/remarkable-toolkit.git" }
use remarkable_toolkit::{display, fb, surface, text, touch};