keifufu / musializer

Music Visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Musializer

Music by @nu11 from https://soundcloud.com/nu11_ft/nu11-wip-works-2016-2022 at 7:15

musializer.mp4

Quick Start

Dependencies:

  • raylib and all its transitive dependencies.

Only Linux is supported for now. Windows soon.

$ ./build.sh
$ ./build/musializer

Hot Reloading

$ export HOTRELOAD=1
$ export LD_LIBRARY_PATH="./build/:$LD_LIBRARY_PATH"
$ ./build.sh
$ ./build/musializer

Keep the app running. Rebuild with ./build.sh. Hot reload by focusing on the window of the app and pressing r.

About

Music Visualizer


Languages

Language:C 92.2%Language:GLSL 4.0%Language:Shell 3.8%