Infinity ======== Music visualization plugin for [Audacious](http://audacious-media-player.org/), evacuated from NSA/Microsoft Github Original infinity by dprotti It generates beautiful light effects. Supports full-screen mode, mouse resizing, preferences saving and player control through keyboard. ![Screenshot of Infinity](Infinity.png) Requirements ------------ Audacious 3.10+, Glib 2.64+, SDL 2.0.10+ **Install deps in Ubuntu** `sudo apt-get install pkg-config audacious-dev libsdl2-dev libglib2.0-dev` Install from tarball ------- - [Download](https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin/releases/latest/) - tar xf infinity-plugin-{version}.tar.xz - ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu - make - sudo make install Install from repo ------- - git clone https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin - ./autogen.sh --prefix=/usr --libdir=/usr/lib/ - make - sudo make install if this doesn't work try - ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu instead for "debug" mode use - ./autogen.sh --prefix=/usr --libdir=/usr/lib/ --enable-debug instead Run --- Audacious -> View -> Visualizations -> Infinity Enter / leave full-screen by pressing `F11`. Playing Around -------------- See [how to add new effects or how to control the plugin with the keyboard](https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin/blob/master/minidocs/controlkeys.md). Known Bugs ---------- If you found a bug please report it at . Authors ------- - Julien Carme (c) 2000 Original author - Duilio Protti (C) 2016 Current maintainer - @CBke@github (C) 2016 Nice patches - John Lightsey (C) 2004 Portability fixes and GPL License compliance - Jean Delvare (C) 2004 Some nice patches - Will Tatam (C) 2004 Online source RPMs - Haavard Kvaalen (C) 2000 Converted original hand made Makefile to automake/autoconf/libtool - Chris Lea (C) 2000 Made RPMs - Mitja Horvat (C) 2000 Misc optimisations - jeff cliff (c) 2020 maintainance/support outside of github Contributions ------------- Your feedback or help would be really appreciated. Send us your PRs!