Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/546669204/rust-appearance-measurement


https://github.com/546669204/rust-appearance-measurement

Last synced: 12 days ago
JSON representation

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
```