https://github.com/viet281101/demographicgl4du
A small demo video program graphic using GL4Dummies and SDL2 to play all animations and sounds, so just enjoy and relax in 1 minute of video playback
https://github.com/viet281101/demographicgl4du
gl4dummies glsl-shaders opengl sdl2
Last synced: 2 months ago
JSON representation
A small demo video program graphic using GL4Dummies and SDL2 to play all animations and sounds, so just enjoy and relax in 1 minute of video playback
- Host: GitHub
- URL: https://github.com/viet281101/demographicgl4du
- Owner: Viet281101
- License: gpl-3.0
- Created: 2023-05-29T17:57:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T00:17:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T19:38:30.429Z (4 months ago)
- Topics: gl4dummies, glsl-shaders, opengl, sdl2
- Language: C
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Projet de Démo graphique en utilisant GL4Dummies et SDL2
[Screencast from 05-29-2023 08:05:03 PM.webm](https://github.com/Viet281101/Demo_graphic_gl4du/assets/77735678/10114294-4a31-47f4-a09f-8660802362f3)
### Installation
- Install [GL4Dummies](https://github.com/noalien/GL4Dummies)
- Install [SDL2](https://wiki.libsdl.org/SDL2/Installation) :```
$ sudo apt-get install libsdl2-dev
```### Compilation
- Utiliser le **_Makefile_** pour compiler le projet:
```
$ make && ./demo
```