projects:dwss
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| projects:dwss [2019/10/11 15:27] – fix clone URL josh | projects:dwss [2019/10/12 17:50] (current) – document both dwscr and dwss josh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== DornerWorks ScreenSaver | + | ====== DornerWorks ScreenSaver |
| + | |||
| + | There are two versions of the screensaver: | ||
| + | |||
| + | ===== dwscr (original version) ===== | ||
| + | |||
| + | This screensaver uses SDL and ODE. There are various modes. | ||
| + | |||
| + | ==== Code ==== | ||
| + | |||
| + | <code bash> | ||
| + | git clone --recursive git:// | ||
| + | </ | ||
| + | |||
| + | ==== Dependencies ==== | ||
| + | |||
| + | <code bash> | ||
| + | sudo apt install ruby libode-dev libsdl1.2-dev | ||
| + | </ | ||
| + | |||
| + | ==== Build ==== | ||
| + | |||
| + | <code bash> | ||
| + | make | ||
| + | </ | ||
| + | |||
| + | ==== Install ==== | ||
| + | |||
| + | <code bash> | ||
| + | make install | ||
| + | </ | ||
| + | |||
| + | ==== Running ==== | ||
| + | |||
| + | <code bash> | ||
| + | ./dwscr -w 1600 -h 1200 | ||
| + | </ | ||
| + | |||
| + | Pressing " | ||
| + | |||
| + | ===== dwss (gnome-only version) | ||
| This project implements a DornerWorks-themed screensaver for use in the gnome-screensaver architecture, | This project implements a DornerWorks-themed screensaver for use in the gnome-screensaver architecture, | ||
| - | ===== Code ===== | + | ==== Code ==== |
| <code bash> | <code bash> | ||
| - | git clone git:// | + | git clone --recursive |
| </ | </ | ||
| - | ===== Dependencies | + | ==== Dependencies ==== |
| <code bash> | <code bash> | ||
| - | sudo apt-get install scons libgtkglext1-dev | + | sudo apt install scons libgtkglext1-dev |
| </ | </ | ||
| - | ===== Build ===== | + | ==== Build ==== |
| <code bash> | <code bash> | ||
| Line 21: | Line 61: | ||
| </ | </ | ||
| - | ===== Install | + | ==== Install ==== |
| <code bash> | <code bash> | ||
projects/dwss.1570822074.txt.gz · Last modified: by josh
