Oh wow, that's seriously awesome. I did manage to reverse engineer the private screensaver `.appex` framework and make it work for Aerial 4 (I released a sample project/documentation last week here alongside v4 for those who want : <a href="https://github.com/AerialScreensaver/AppexSaverMinimal" rel="nofollow">https://github.com/AerialScreensaver/AppexSaverMinimal</a>).<p>I also tried the same with Wallpaper appexes, the reversing seemed easy enough, but WallpaperAgent refused to load them, so I still use the classic trick of using my own window with a video player on top of the wallpaper, and below the icons.<p>I will have a look and check what I missed.
Very neat. I was confused at first, I was like you can download the video screensavers.. why scrape the frames. Then I saw your comment and read I can use my own videos for desktop and lock screen. Great work! Dont bury the lede! A title with the hook of what and how would be super helpful!
I find it weird today that we are still fascinated by video wall papers.<p>This was literally my first hack I did in high school in 2005. Doing something I’d never seen done before, a video wallpaper.<p>Step one, grab a handle to the video memory serving the wall paper. My “game trainer cheats” experience served me well. That was easy.<p>I had to figure out the hard way that per pixel calculations are extremely CPU taxing, the YUV to RGB video color space conversion. With a pirated Intel compiler I could get the naive blit into memory videy background working.<p>But then I wondered how other video apps were working so efficiently?<p>They used a GPU overlay! How it worked is you’d designate a color on your screen as the overlay color, and, when the screen was rendered, any pixel that was the overlay color was swapped with the full screen rendered video. I forget the specifics, it was some directX api. So, set the wallpaper to the hottest hot pink, run the renderer, and bobs your uncle, video wallpaper.<p>Everyone I showed this to was amazed, I really though I was on to something! Trouble was, I couldn’t get the damn thing to run on other people’s computers!<p>Little did I know or understand about the dreaded VCruntime redistributable. It wasn’t until 10 years later when I started working in industry I learned about “software distribution”. Linux makes it too easy, windows makes it too hard, static linking everything that isn’t network facing is probably the right approach.<p>I was so annoyed when Vista had the video wallpaper feature. “Man I was doing this years ago!”.
As much (fairly well deserved) hate as Tahoe gets, the video wallpapers and transparency are such a fun Windows Vista vibe I get nostalgia. Time to set this up with the Vista waterfall wallpaper and reallllyyy feel like it’s 2007!
What do you mean Windows Vista "nostalgia"? That makes me feel a little long in the horn.
<i>> That makes me feel a little long in the horn</i><p>I see what you did there :)
Vista is what made me get my first Mac. I hope Apple does not make the same mistake.
There are likely a number of folks on this forum now who were born after Vista was released.
Still burned they did not ship winFS then
guy_holding_shoulder.jpg
My big problem with Tahoe, is the lock screen animation stutters and freezes CONSTANTLY. I'm on an M3 Pro. If I can watch 4K video with no dropped frames, a simple video background should work as well, and if it doesn't, it shouldn't exist.
<a href="https://windowswallpaper.miraheze.org/wiki/Windows_Vista" rel="nofollow">https://windowswallpaper.miraheze.org/wiki/Windows_Vista</a><p>which waterfall are you talking about? i am also surprised to see how many wallpapers were apparently available on Vista. All I remember is the default green gradient thingie and I think I had the bamboo forest on at some point
<i>> All I remember is the default green gradient thingie and…</i><p>IIRC at that time users were split fairly completely into three types: those who customised their OS look a lot, sometimes spending far too much time on it (I was one of them back then), those who had developed a preferred look and just kept that as much as possible between OS changes, and those who just used the defaults and got on with whatever else. This means the other wallpaper that someone at MS put effort into collecting together hardly ever got seen: many users kept the one default, and almost all who didn't had something that they chose from other sources. Maybe the other included images might have seen the light of day more often if there had been an explicit “choose your wallpaper” prompt as part of user on-boarding.
I’m imagining dozens of people worldwide sharing your nostalgia for Vista.
It's called frutiger aero now. Lot of people very bored with modern safe design nostalgic for when tech and UI was weird and bold.
The funniest thing about the "frutiger aero" thing is that it looks nothing like how I remember vista looking
Let a sufficient amount of time pass, and what people knew in their children/teenage years will be remembered with nostalgia.
“Good old Vista. People give it a bad press but I’m never upgrading, why would I? It just feels like a good pair of jeans.”
The moving wallpapers are near the first few times but I can't turn it off. I had to dig deep into WallpaperKit (I mean really? It's a friggin wallpaper) to find the static last frame of the wooshy moving BS.
Wow, thank you for this. I've been working on a screensaver suite but LegacyScreenSaver is so janky. I was hoping someone would figure out apple's private wallpaper framework and you did!
As far as I can tell this is for WallpaperAgent, an extension to `com.apple.wallpaper` that are ran by WallpaperAgent on the desktop. For screensavers check my other post, I posted a sample the private screensaver api to bypass that.<p>Apple's uses both for their own "Aerials" and they have a sync system to share the position between the screensaver player and the desktop player.
OMG, LegacyScreenSaver is such a memory hog!
Apple's best video wallpaper is "Macintosh". I am interested in how it works.
You're not the first.<p><a href="https://news.ycombinator.com/item?id=45247396">https://news.ycombinator.com/item?id=45247396</a>
Reminds me how windows 98 allowed using a HTML page as background. Said HTML could include videos.
And then there is X11, whatever program you want can be set to the root window.<p>Anyhow, on topic, that windows 98 active desktop was the most unstable part of an already shaky OS. First thing to turn off when installing a new system. I mean, it would still crash if you looked at it wrong. But at least it was not dying for the fun of it anymore.
Really nice work. We went down a similar rabbit hole recently and reverse engineered the Aerials catalogue to figure out how Apple wires this stuff up, so seeing another open source project doing this is great. The detail I love most and one I can't replicate on our own tool is how the animation persists between the login window and the live desktop. We built phonto as a cross platform take on the same idea, <a href="https://github.com/museslabs/phonto" rel="nofollow">https://github.com/museslabs/phonto</a>. I was about to start writing an article on the whole reverse engineering process and this might be the nudge I needed to start working on it.
Amazing, can’t wait to try this out!<p>On a similar note, I’d love to replace Aerials on tvOS with my own videos. I have yet to figure out how to craft a working data feed that the tvOS will accept using the secret mode that I believe is used in the retail store displays.
So cool!
This reminds me I wanted to try setting a custom video background with some footage i had.
Didn’t even realize it wasn’t natively supported till i saw this!
Nice project, thank you for sharing!<p>Out of curiosity: how much did you need to steer Claude while working on this project, and how long did it have?<p>Asking partly because I see "Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>", and partly because I keep hearing "so what do you do with all these agents", and this is a good example of what people do with all these agents.
The app now has a landing page with a download link and you can also see my other projects: the largest one is Refrax browser, but I also have many other small utility apps!<p><a href="https://kagerou.glass/phosphene/" rel="nofollow">https://kagerou.glass/phosphene/</a><p><a href="https://kagerou.glass" rel="nofollow">https://kagerou.glass</a>
How did you bring up the page so quick?
And what helped you design it?
frieren spotted!<p>also, nice typography.
Neat job. And that's interesting to see how it works.
I hope to see apple connectivity being reversed engineered too on day
How did you steer Claude for strict concurrency, can you share the CLAUDE.md?
Wow that's great work! Thanks!
Are there specific video wallpaper sets I can download that leverage these features?
You can use any website that lets you download video wallpapers, or you can make one yourself. Any video can be played
I vote the Vista wallpapers personally; feels just right.
Very cool!<p>However, it may definitely get broken by Apple, as you note.
These damned wallpapers gave me my worst experience with Apple. MacOS would delete them and redownload automatically over and over again, using almost a terrabyte of data per week.<p>And I wasn't even using video wallpapers at the time.<p>Just discovered I had no internet 3 days into the month as my ISP had cut me off. Had to dig deep and spend hours I'll never get back trying to find out where all the data was going.<p>Here's a thread I just found now that shows others having similar issues: <a href="https://www.reddit.com/r/MacOS/comments/1ii38g8/macbook_wallpaper_take_up_a_lot_of_space_cannot/" rel="nofollow">https://www.reddit.com/r/MacOS/comments/1ii38g8/macbook_wall...</a>
remember when windows had html wallpapers. brb gonaa agent something that i hope doenst supply chain my entire life
Woah, thank you! Just checking these will keep on working on the lock screen and as screen savers too?
Suggested monetization strategy: porn.
[flagged]
[flagged]
Title should be prefixed with show hn:
I had the same thought and just did that, and your comment was the next thing I saw :)
I wonder about this when I see someone post their own work without the Show HN prefix - is it <i>always</i> supposed to be a Show? (Enforcement/community objection to the lack thereof doesn't seem to be very strenuous, if so. Or, maybe it gets fixed after a little while and I haven't noticed.)
[dead]
[dead]