Mischa Spiegelmock 1392d5e658 go away cmake
2018-03-10 13:32:13 -08:00
2018-02-04 11:48:53 -08:00
2018-02-04 11:50:55 -08:00
2018-02-04 11:48:53 -08:00
2018-03-10 13:32:13 -08:00
2018-02-09 14:25:54 -08:00
2018-03-07 06:00:27 -08:00
dox
2018-03-04 04:31:19 -08:00
2018-02-09 14:25:54 -08:00
2018-03-07 07:23:41 -08:00
2018-03-07 06:08:57 -08:00

Build Status

Logo

projectM - The most advanced open-source music visualizer

projectM is an open-source project that reimplements the esteemed Winamp Milkdrop by Geiss in a more modern, cross-platform reusable library.

Its purpose in life is to read in audio input and produce mesmerizing visuals, detecting tempo, and rendering advanced equations into a limitless array of user-contributed visualizations.

Available For

Presets

The preset files define the visualizations via pixel shaders and Milkdrop-style equations and parameters. Included with projectM are the bltc201, Milkdrop 1 and 2, projectM, tryptonaut and yin collections. You can grab all of the presets here.

Kodi Kodi (formerly XBMC)

Helix Helix

Silverjuke Silverjuke (FOSS Jukebox)


Screenshots

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot


Building From Source

Building From Source Clone

./autogen.sh
./configure && make && sudo make install

Linux (debian/ubuntu)

  • sudo apt-get install autoconf libtool libsdl2-dev libglew-dev libftgl-dev libsdl2-dev libdevil-dev

Mac OS X

Using the library

At its core projectM is a library, libprojectM. This library is responsible for parsing presets, analyzing audio PCM data with beat detection and FFT, applying the preset to the audio feature data and rendering the resulting output with openGL. It can render to an openGL context or a texture.

For an example of a very simple example use of the library see the libSDL2 sample code.

There are many other applications that make use of libprojectM that can be found in the src directory.


Todo


Help

Report issues on GitHub We're on IRC at irc.freenode.net #projectM

Authors

Authors

If you would like to help improve this project, either with documentation, code, porting, hardware or anything else please let us know! We gladly accept pull requests and issues.

License

LGPL

Description
No description provided
Readme 481 MiB
Languages
C++ 84.2%
CMake 8.1%
C 6.2%
GLSL 1.5%