Screensavers

Coding demos for windows computers.
Click an image to download .scr

C# windows forms:

Apple Car

Every minute or so Richard Scarry's Lowly Worm Apple Car will bustle across your screen. I think I might've messed up transparecy tho so this might be broken.

Jawbreakers

The animation is a little choppy and the images are a tad rushed but this demonstrates dynamic image widths based on other image widths

Garage Door

Very simple test of a garage door slowly lowering, which also shows that a background can be transparent

I used this guide to get started making em with C# and Visual Studio, which is incredibly complicated and really simple at the same time. The garage door animation only took about an hour ot two

It's kinda hard to find any modern screensavers that aren't just 3d light trails since they aren't rlly needed anymore, so I decided to make some of my own
None of these are rlly designed to prevent burn-in, but more so just to be fun
These .scr files are also just .exes of windows forms which is a very windows method to making screensavers. You can just double click one to test it out, but if you actually enable any through windows screensaver settings, make sure you put the file in a place you wont accidentally move it !