jarcode-foss / glava

GLava - OpenGL audio spectrum visualizer
GNU General Public License v3.0
1.18k stars 59 forks source link

[Inspiration] Will a modern, simple analog VU meter be possible in glava? #208

Open DanyGee opened 3 years ago

DanyGee commented 3 years ago

Hi,

The following video shows my Windows Rainmeter skin. Would love to have something similar on Linux with glava 😍

https://user-images.githubusercontent.com/26818551/133887915-3c90881d-eeb4-4b50-8acb-0b7a9f015cb9.mp4

Would the glava maintainer (or any of you) be able to achieve similar effect (module?) with glava? I'm not a programmer, but I have an eye for aesthetics and these two visualizers look dope!

Here are the svg's for the VU Meter, if anyone of you is ready for this challenge 😉 Images.zip

I'm even considering a one time Github Sponsor payment (or another method of your choice) for a nice, working solution 💰 - price is to determine 😉

LuanAdemi commented 3 years ago

Glava uses fragment shaders to render its visualizations. So technically speaking it should be possible. I might give it a try, since I am currently learning how to write these shaders and recently achieved this nice effect in glava. This would be the perfect little challenge for me 😁.