fret-interaction 0.1.0

Interaction policy helpers for Fret ecosystem crates (gestures, state machines, adapters).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `fret-interaction`

Small, reusable interaction helpers for Fret (gesture thresholding, drag deltas, and related
primitives).

This crate is intentionally tiny and deterministic so it can be shared by:

- immediate-mode style authoring helpers (`fret-ui-kit` `imui` facade),
- docking and multi-window drag choreography,
- canvas / node-graph interactions.

## Upstream references (non-normative)

- Dear ImGui (drag thresholds and interaction vocabulary): https://github.com/ocornut/imgui
- dear-imgui-rs (Rust binding reference): https://github.com/Latias94/dear-imgui-rs