Skip to content
/ geiss Public
forked from geissomatik/geiss

The Geiss screensaver and Winamp music visualization plug-in

License

Notifications You must be signed in to change notification settings

hartwork/geiss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 .

About

The Geiss screensaver and Winamp music visualization plug-in

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 67.2%
  • C 29.8%
  • NSIS 2.5%
  • Other 0.5%