15 lines
514 B
Markdown
15 lines
514 B
Markdown
inspire [parsec-vdd](https://github.com/nomi-san/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?
|