Skip to content

Audiophil15/Projet-GL-IMAC1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projet SDL

This is a student project realised at the French engineering school IMAC, for the second semester.

Prerequisites

OpenGL

SDL2

SDL2_image

SDL2_mixer

Ubuntu (and other systems using Ubuntu's repos)

OpenGL

sudo apt install freeglut3-dev

SDL2

sudo apt install libsdl1.2-dev

SDL2_image

sudo apt install libsdl2-image-2.0-0-dev

SDL2_mixer

sudo apt install libsdl2-mixer-dev

Build

make

Uses the Makefile to build the project.

Launch

./main

Make sure to run the command in the root folder of the project.

Additional info

Dependencies

OpenGL : The graphic API used

SDL2 : The library used to create a valid OpenGl context, a window, and manage input events, among other things.

Inspired by

Thomas Was Alone

Authors

GRIGNOLA Nina

ROSALES Philippe

WANG Laurence

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published