Skip to content

pierrechls/iseason

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

iSeason

Project realised in IMAC Engineering School, in November and December 2015

Collaborators :

Supported OS (require OpenGL 3+)

  • Linux Ubuntu
  • Mac OSX

How to use it

Download the models

Download Files

put them in iSeason/project/assets/models/

Clone the project

git clone git@github.com:PierreChls/iSeason.git

Build

cd iSeason/build
cmake ../project
make

Run

./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