Go to file
maye 886e6b3770 update 2025-06-18 16:30:19 +08:00
src update 2025-06-18 16:30:19 +08:00
.gitignore init 2025-06-18 15:14:45 +08:00
Cargo.lock update 2025-06-18 16:30:19 +08:00
Cargo.toml update 2025-06-18 16:30:19 +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?