Skip to content

geissomatik/geiss

Repository files navigation

Build for Windows using MSVC

Geiss Screensaver and Winamp plug-in

This repository holds the latest code of the Geiss Screensaver and Winamp plug-in; for general information about Geiss please see:

For a YouTube video showing Geiss in action, please click:

Video "Windows 95 + Winamp + Geiss = Aesthetic"

Compiling locally

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 .