Skip to content

mmmaxou/une-piece

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Une Piece

A temple run based game made by IMAC

## Dependencies

sudo apt-get install libsdl1.2-dev libsdl-mixer1.2-dev libglm-dev libglew-dev libassimp-dev libfreetype6-dev freeglut3-dev

Build

Here are the bash commands to build the project :

mkdir build && cd ./build
cmake ../src
make

Execute project : ./UP/<built_file>

Exemple: ./UP/UP_SDLtemplate

References

Github link: https://github.com/mmmaxou/une-piece

Trello link: https://trello.com/b/YK74ga5e/une-piece

Assimp tutorial: https://learnopengl.com/Model-Loading/Assimp https://learnopengl.com/Model-Loading/Mesh https://learnopengl.com/Model-Loading/Model

Valgrind test the game

valgrind --leak-check=yes --log-file="valgrind-log.txt" ./UP/UP_main

Profiling test the game

valgrind --tool=callgrind ./UP/UP_main
kcachegrind callgrind.out.xxxx

About

Jeu Vidéo OpenGL3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages