Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/546669204/rust-appearance-measurement
https://github.com/546669204/rust-appearance-measurement
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/546669204/rust-appearance-measurement
- Owner: 546669204
- Created: 2023-02-15T15:21:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T08:40:18.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T11:23:53.021Z (2 months ago)
- Language: Rust
- Size: 570 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-appearance-measurement
一个基于摄像头的姿态监控跨平台桌面应用
## 使用
1. 通过 Release 下载最新的构建成果包
2. 通过源代码自行构建打开主程序使用
## 开发
```bash
# 下载源码
git clone [email protected]:546669204/rust-appearance-measurement.git# 运行
cargo run# 构建
cargo build
```