Hacker News new | ask | show | jobs
by dartos 759 days ago
If you’re interested in stuff like this, take a look at the looking-glass project.

It uses shared memory to display frames from a VM running under a Linux host.

I’m sure there’s a way to transmit those frames over a network if one was clever enough

2 comments

> I’m sure there’s a way to transmit those frames over a network if one was clever enough

Something like Sunshine[1], coupled with Moonlight[2]?

[1] https://github.com/LizardByte/Sunshine

[2] https://github.com/moonlight-stream/moonlight-qt

That's a really cool idea.