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.
- Host: GitHub
- URL: https://github.com/applehatdot/dvd_gl
- Owner: ApplehatDot
- License: mit
- Created: 2024-08-12T10:33:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T18:19:10.000Z (5 months ago)
- Last Synced: 2025-02-05T04:09:54.119Z (4 months ago)
- Topics: dvd-screensaver, freeglut-library, glut, opengl
- Language: C++
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**