OscarL / MatrixSS

A lightweight Matrix Screen Saver for Windows
7 stars 1 forks source link
screensaver

Matrix Screen Saver

A really lightweight Screen Saver that looks something like this:

Animated Screencapture

Freeze-frame at 1920x1080: FullHD screenshot.

A bit of history

This is an updated version of Louai Munajim's Matrix screen saver, the simplest, and best one, ever created.

Thanks Louai! I've used it for way too many years!

Sadly the original acts kind of funny (not usable at all) on Windows XP and upwards, thus, this version.

I've originally made this version in 2015, but never published. Six and a half years later:

Now that a new Matrix movie is near (Dec 2021), it is time for this screen-saver's resurrection!

(Narrator in 2023: Matrix Resurrections was a "meh" at best, oh well, MatrixSS still rocks!)

Changes on this version

What is it good for

Usage:

Download the MatrixSS-v1.1.7z file, extract "MatrixSS.scr" to a suitable directory, right-click on it, select: "Test", "Config", or "Install" as you wish.

Building

MinGW64 was used for compiling. Other compilers might work, if you modify the make file accordingly (not tested).

Sadly, MinGW64's version of the "scrnsave" library is broken. More precicely, it contains NO code at all (the "scrnsave.c" file is wrapped in a big "#if 0", so no code gets actually compiled). That of course forbids using it to write screensavers for Windows.

This repository contains the needed code to generate a working version of that library.

You may choose to build it, and maybe replace the non-working version that cames with MinGW. That is only necessary if you intend to compile other screensavers using libscnsave, of course.

So... how to build?

First make sure that the Makefile points to your MinGW64 installation. Edit it to match your setup (I'm using Dev-C++'s portable version, and the Makefile reflects that).

Then just do:

\> make  (if you have GOW installed)

or

\> mingw32-make  (if you have only MinGW64 installed)

First on the scrnsave directory, and then in the top level one.

And you should get a "MatrixSS.scr" ready to be tested.

Future Plans

Maybe:

Links

The web.archive.org has the original pages (on louai.com) too!: louai.com/coding.html, and ver 1.2 source code.

License

Copyright notice on http://elouai.com/the_matrix_screensaver.php:

All work by eLouai is licensed under a Creative Commons Attribution 3.0 Unported License

So, I'll keep it under CC by 3.0 here as well, unless otherwise noticed, like, for example, in the scrnsave.c file, which was placed in the public domain by its author (Anders Norlander).

Tools used for this updated version

Insted of the latter two, you might want to use one of the "Dev-C++ + TDM-GCC" combos from https://github.com/Embarcadero/Dev-Cpp/releases