projects:dwss
Table of Contents
DornerWorks ScreenSaver
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.
dwscr (original version)
This screensaver uses SDL and ODE. There are various modes.
Code
git clone --recursive git://holtrop.mooo.com/dwscr.git
Dependencies
sudo apt install ruby libode-dev libsdl1.2-dev
Build
make
Install
make install
Running
./dwscr -w 1600 -h 1200
Pressing “N” will switch to the next mode. Any other key will terminate the program.
dwss (gnome-only version)
This project implements a DornerWorks-themed screensaver for use in the gnome-screensaver architecture, which is used by Ubuntu Linux.
Code
git clone --recursive git://holtrop.mooo.com/dwss.git
Dependencies
sudo apt install scons libgtkglext1-dev
Build
make
Install
sudo make install
projects/dwss.txt · Last modified: by josh
