An open API service indexing awesome lists of open source software.

https://github.com/applehatdot/dvd_gl

A DVD screensaver thing made in C, OpenGL and stb_image for loading graphics.
https://github.com/applehatdot/dvd_gl

dvd-screensaver freeglut-library glut opengl

Last synced: 2 months ago
JSON representation

A DVD screensaver thing made in C, OpenGL and stb_image for loading graphics.

Awesome Lists containing this project

README

        

# DVD_GL
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.

## Compiling
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._
## License
This repository/project aswell its component(-s) are distributed under **MIT License**