Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```