This repository holds the latest code of the Geiss Screensaver and Winamp plug-in; for general information about Geiss please see:
- At a glance: Geiss
- Official Homepage of the Geiss Screensaver and Winamp plug-in
- Screenshots from Geiss
- How 'Geiss' Worked
- Geiss @ WinampHeritage.com
- Geisswerks — home page of Ryan M. Geiss
For a YouTube video showing Geiss in action, please click:
In order to compile the Geiss Winamp plug-in and/or the Geiss Screensaver, you need:
- A Git clone or snapshot of this repository
- CMake >=3.15
- Microsoft Visual Studio >=9/2008 (due to the current use of MSVC style assembly)
Then, the code can be built using:
# cmake -G "Visual Studio 17 2022" -A Win32 -DCMAKE_BUILD_TYPE=RelWithDebInfo .
# cmake --build .