Skip to content

noahcgreen/Music-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Visualizer

A desktop application for visualizing MIDI input in real time, written in pure C++/OpenGL.

Created for my CS 523 final project.

Usage

Open as a CLion project, then use the provided CMakeLists.txt to compile and run.

Project Structure

  • include/: Header files for the third-party libraries in lib/
  • lib/: Third-party static libraries (compiled for MacOS Big Sur)
  • shaders/: glsl shader code for each view component
  • src/: C++ source code

About

Final Project for CS 523 (Spring 2022)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages