Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ish-u/visualizer

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visualizer

An audio visualizer made using SDL and OpenGL.

Install

  • Clone the repo and install dependencies

    git clone https://github.com/ish-u/visualizer.git
    cd visualizer
  • Install SDL2 from - SDL. For MacOS you can use brew

    brew install sdl2
  • Verify SDL2 is configured correctly by running sdl2-config --version

  • Get glad headers at https://gen.glad.sh/ - Make sure to select gl: 4.1 and Core and add them as following in your directory

    ├── include/
    │   ├── glad/
    │   │   └── gl.h
    │   └── KHR/
    │       └── khrplatform.h
    ├── src/
    │   ├── gl.c
    └── main.c
    
  • Run make run to compile and run

  • Switch b/w visualzation using Left and Right arrows.

  • You can use BlackHole to add loopback in MacOS to get system audio.

References

About

a music visualizer made with C and SDL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.