From 969b769e75da7c391a015db96124fd435398c327 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Mon, 16 Dec 2024 21:08:24 +0100 Subject: added readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f14400a --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# MVis + +MVis is a music visualizer heavily inspired by +[Tsoding.](https://github.com/tsoding/musializer) I basically used his code from +his first couple of streams and then modified it to suit my own wants and needs. + +## Requirements + +You need [raylib](https://github.com/raysan5/raylib) and pkg-config to compile. + +## Usage + +Open MVis and drag-and-drop an audio file into it; flac files currently don't +work. -- cgit v1.2.3