TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Luna Display for Windows, hardware to turn the iPad into a PC display

8 pointsby mrongeover 4 years ago

3 comments

mrongeover 4 years ago
Hi HN! I&#x27;m excited to share Luna Display for Windows, a new hardware dongle that turns the iPad into a wired or wireless display for the PC! We are long-time Mac developers who transitioned to Windows over the past 1.5 after being sherlocked by Apple (long story..)<p>So why hardware? There are no official APIs available on Mac or Windows for creating a virtual display. We have competitors that use low-level drivers to create a virtual display, but that is prone to subtle bugs. For example, virtual displays on Windows require reimplementing the GPU stack, which is extremely complex. We went with hardware because it&#x27;s the only way to provide absolute reliability and compatibility across all PC programs. Luna Display is indistinguishable from a regular monitor to Windows.<p>Luna Display started as Mac&#x2F;iOS apps written almost entirely in Objective-C. To go cross-platform, we selected Rust as our language of choice, and we&#x27;ve been incredibly happy with it. Our apps are now mostly Rust, with glue layers in C# on Windows, and Objective-C on iPadOS for the UI code.<p>Another interesting thing about our tech stack is that it contains a custom video compression algorithm and network protocol that we built for very low latency. The network protocol is built in Rust and sits on top of UDP and has a custom congestion control system. Our video compressor is C&#x2F;C++ and a mix of assembly for max performance.<p>If you&#x27;re interested, we&#x27;d love to have you back us on Kickstarter! I&#x27;m also happy to answer any questions about hardware, Windows, Rust, getting sherlocked, you name it. :)<p>PS: Luna Display also works with Mac if that&#x27;s your jam!
robenkleeneover 4 years ago
You&#x27;ve probably answered this before elsewhere (so feel free to answer by adding a link), but for macOS users what&#x27;s the most up-to-date comparison to Sidecar? I believe that Sidecar can&#x27;t be used as the only display, whereas Luna Display can (e.g., for a headless Mac Mini, you won&#x27;t be able to start Sidecar). As someone who&#x27;s thought about using it for a headless Mac Mini, are there other advantages over Sidecar?<p>(And it would be nice to confirm that you&#x27;d recommend using Luna Display as the only display for a headless Mac Mini too.)
njhaveriover 4 years ago
I previously read about what happened to you guys Re: Sidecar (my sympathies), so congrats on making this pivot to adding Windows support! This should be a huge market!<p>I&#x27;m curious – did you have to change the hardware dongle much, or is this mostly a software stack rewrite to support Windows?
评论 #24641920 未加载