Skip to content

Who828/vsxu

 
 

Repository files navigation

Vovoid VSXu

©2003-2012 Vovoid Media Technologies AB, Sweden

http://www.vsxu.com

http://www.vovoid.com

VSXu (VSX Ultra) is an OpenGL-based (hardware-accelerated), modular programming environment with its main purpose to visualize music and create real time graphic effects.

The aim is to bridge the gap between programmer and artist and enabling acreative and inspiring environment to work in for all parties involved.

VSXu is built on a modular plug-in-based architecture so anyone can extend it and or make visualization presets ("visuals" or "states").

How do i get it?

Compilation Instructions for a basic version of VSXu Ubuntu/Debian:

Make sure you have met the build dependencies:

  sudo apt-get install libglew1.6-dev libglfw-dev libpng12-dev libftgl-dev libjpeg-dev libpulse-dev libxrandr-dev make cmake g++ gcc git-core

Optional dependencies:

  sudo apt-get install libopencv-dev libcvaux-dev libhighgui-dev libcv-dev

Get the VSXu Source from github:

  git clone git://github.com/vovoid/vsxu.git

Build it:

  cd vsxu
  mkdir build
  cd build
  cmake ..
  make
  make install

For more advanced build instructions (and for the instructions for Windows users) visit http://www.vsxu.com/development/compiling-from-source

About

VSXu music visualizer, visual programming language, audio visualizer, animation tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 78.8%
  • C 15.9%
  • Shell 3.1%
  • Objective-C 2.1%
  • Other 0.1%