Project realised in IMAC Engineering School, in November and December 2015
Collaborators :
Supported OS (require OpenGL 3+)
- Linux Ubuntu
- Mac OSX
put them in iSeason/project/assets/models/
git clone [email protected]:PierreChls/iSeason.git
cd iSeason/build
cmake ../project
make
./template/game
##Prior installation
###For Mac users, install brew, a really cool package manager
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
###You need CMake
Linux :
$ sudo apt-get install cmake
Mac OSX :
$ brew install cmake
###You need some libs
####GLEW
Linux :
$ sudo apt-get install glew
Mac OSX : $ brew install glew
####SDL2
Linux :
$ sudo apt-get install libsdl2-dev
Mac OSX :
$ brew install sdl2
####SDL2 MIXER
Linux :
$ sudo apt-get install libsdl2-mixer-dev
Mac OSX :
$ brew install sdl2_mixer