A DVD screensaver thing made in C, OpenGL (freeglut) and stb_image for loading graphics.
stb_image files were download from this repo: https://github.com/nothings/stb
files are available for the public domain, aswell are being distributed under MIT license.
since this is for win32, compile using mingw (or any compiler you use for windows):
gcc -o DVD_GL.exe window.c stb_image.c -lfreeglut -lopengl32 -lglu32
feel free to poke and experiment with this repository.
This repository/project aswell its component(-s) are distributed under MIT License