A downloadable tool

Download NowName your own price

Initial package/demo of a shadertoy-based music visualiser

Changes
* Shaders no longer auto-rotate - Select on in the toolbar, or press x to cycle
* Press F11 to go fullscreen
* Basic UI added, Press F12 to hide (Small performance gain with UI disabled)
* Lots of rework, internal changes/build infrastructure to make my life easier
* Permissions fixed on opengl-visualiser.sh in Linux package
* Visual Studio runtime now included in Windows package (Should run out of the box)

To run
* Download package
* Double click on bin/opengl-visualiser.exe or opengl-visualiser.sh
* Visualiser will loop through music set automatically

Keybindings - Displayed in bottom status bar, few new ones in this release

Music will be loaded from the music folder in the release. mp3 and wav formats are supported so far.

Shaders will be loaded from the shaders folder in the release. See readme in shaders directory for info on shader format (It's shadertoy, with iChannel0 bound to the music data).

Licences
* Executable and repo covered by BSD licence
* Code deps various, see main Readme.md/contents of extern folder
* Music licence listed in music directory. Example music from https://www.bensound.com/royalty-free-music
* Some shaders obtained from shadertoy.com. Licences included in shader wherever available.

Download

Download NowName your own price

Click download now to get access to the following files:

opengl-visualiser-linux-0.2.2.tar.gz 26 MB
opengl-visualiser-windows-0.2.2.zip 27 MB

Development log

Comments

Log in with itch.io to leave a comment.

Really cool, i have tested just a few and had no luck! Thanks for sharing! You plan any updates to import from isfshaders or other sources?

Thanks, will update when time allows, need to at least smooth the fft, add ui, enable live-coding, probably a load of packaging fixes I missed.

Import from shadertoy is possible, just drop files in shaders/ might connect to their rest api to pull down visualisations.

isf looks...complicated, no plans there for now. Didn't know about that project so thanks for the tip, I'll check it out sometime.

Thanks for the reply! Keep up the fire! <3