LucaRodriguesOG / AudioCanvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AudioCanvas

GitHub code size in bytes GitHub last commit

Audio Visualizer using FFTW3, OpenGL, and GLSL.

Installation

  • For an easy install: Download and install vcpkg
  • Use a command terminal to navigate to the vcpkg folder
  • Type the following commands
vcpkg install miniaudio
vcpkg install fftw3
vcpkg install glad
vcpkg install glfw3
vcpkg install opengl
vcpkg integrate install
  • Clone this repository
  • You are all set!

Note: vcpkg defaults to using Visual Studio, use with other IDEs and C/C++ Compilers may require different settings.

vcpkg overview

Demo

Visualizer Demo

Watch

Real-Time Shader Editing Demo

Watch

About


Languages

Language:C++ 64.3%Language:GLSL 34.5%Language:C 1.2%