Mischa Spiegelmock df34e61024 phony
2017-09-18 15:19:40 -07:00
2016-08-02 20:13:58 -07:00
2016-08-02 20:06:20 -07:00
2015-11-28 10:49:15 -08:00
2016-07-30 16:00:14 -07:00
2012-01-03 18:27:14 +00:00
2017-09-18 15:19:40 -07:00
2017-07-09 11:44:47 -07:00

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


Screenshots

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot


Building From Source

Mac OS X

Linux

  • sudo apt-get install cmake-curses-gui libsdl2-dev libglew-dev libftgl-dev libsdl2-dev libdevil-dev

Building From Source

Requires cmake.

cmake .
make
make install

Configure With cmake

If you wish to configure build options run:
ccmake .
This will present you with a simple console-based interface of options for projectM.
Review the options and change what you think is necessary. Press 'g' to generate the make files and exit.


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

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%