Mini OpenGL stub to make shadertoy stuff work offline with ffmpeg
Go to file
Tyrolyean 72f3e51b7b
Add libftw3, receive audio input and perform fft
This receives the audio input, performs the fft on it and has all the nescessary
preparations for then binding the audio data to the 2d texture for the GLSL.

Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
2022-07-19 00:23:43 +02:00
shaders Initial commit 2022-07-16 22:13:49 +02:00
.gitignore Initial commit 2022-07-16 22:13:49 +02:00
LICENSE Back to the future 2022-07-17 15:59:24 +02:00
Makefile Add libftw3, receive audio input and perform fft 2022-07-19 00:23:43 +02:00
shader.c Add license boilerplate 2022-07-17 15:58:53 +02:00
shadermeh.c Add libftw3, receive audio input and perform fft 2022-07-19 00:23:43 +02:00
shadermeh.h Add license boilerplate 2022-07-17 15:58:53 +02:00
window.c Add license boilerplate 2022-07-17 15:58:53 +02:00