There are two versions of the screensaver: dwscr and dwss. dwscr was originally a Windows version, but it runs on Linux as well. It has more modes and was what I ran when I was using Windows. It works as a Windows screensaver, and it runs as a Linux application, but isn't integrated with any Linux screensaver framework to actually be a Linux screensaver. dwss is a separate version which works as a Gnome screensaver on Linux. It has different modes.
This screensaver uses SDL and ODE. There are various modes.
git clone --recursive git://holtrop.mooo.com/dwscr.git
sudo apt install ruby libode-dev libsdl1.2-dev
make
make install
./dwscr -w 1600 -h 1200
Pressing āNā will switch to the next mode. Any other key will terminate the program.
This project implements a DornerWorks-themed screensaver for use in the gnome-screensaver architecture, which is used by Ubuntu Linux.
git clone --recursive git://holtrop.mooo.com/dwss.git
sudo apt install scons libgtkglext1-dev
make
sudo make install