Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: 22 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T00:17:09.000Z (over 1 year ago)
- Last Synced: 2024-04-17T02:23:36.072Z (9 months ago)
- 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
```