Skip to content

Mention the Rust port (skeleton-depth) in the README - #14

Open
Le-Syl21 wants to merge 1 commit into
derzu:masterfrom
Le-Syl21:add-rust-port-link
Open

Mention the Rust port (skeleton-depth) in the README#14
Le-Syl21 wants to merge 1 commit into
derzu:masterfrom
Le-Syl21:add-rust-port-link

Conversation

@Le-Syl21

Copy link
Copy Markdown

Hi @derzu,

First off — thank you for this project. The approach is refreshingly simple and clever, and it's rare to find an open depth-based skeleton tracker that isn't just a wrapper around a closed SDK.

I reimplemented your upper-body method from scratch in Rust (head, shoulders, elbows, hands), with no OpenCV and no OpenNI — it just takes a raw depth buffer — for a head-tracking project on a virtual pinball cabinet (Kinect v1/v2). Reading SampleViewer's call order was what made the pipeline click, and I kept the behaviour faithful (including leaving getElbowHard out, since the early return makes it dead code).

This PR just adds a short "Ports" line to the README pointing to it, in case it helps anyone landing here who'd like a pure-Rust / cross-platform option. The crate credits your original program and the method throughout (LICENSE + README), and it's MIT like yours.

Feel free to reword the line, move it, or close this if you'd rather not link out — no worries either way. Thanks again for sharing your work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant