Go to file
jianghanxin b708506e27 fix 2025-07-01 14:23:42 +08:00
src fix 2025-07-01 14:23:42 +08:00
.gitignore fix 2025-07-01 14:23:42 +08:00
Cargo.lock fix 2025-07-01 14:23:42 +08:00
Cargo.toml feat: add hardware detection and monitoring via WMI 2025-07-01 14:21:06 +08:00
readme.md init 2025-06-18 15:14:45 +08:00

readme.md

inspire parsec-vdd, but I don't need any GUI, multiple monitor, and etc. I just want a tool which can create a fallback virtual display device when my physical display device is not available. Like what parsec do.

So here is my first rust exercise project.

Do expect there are some bugs and I will fix them when I have time.

how to compile?

well, I wrote this shit on linux. so compile with cargo build --target x86_64-pc-windows-gnu --release

how to use?