Fluid simulation based survival game.
Team email: [email protected]
Team member contact:
Elias - email: marquart <at> in.tum.de phone: ?
Gustaf - email: gsjogren <at> kth.se phone: 070 416 37 44
Max - email: maxroth <at> kth.se phone: 070 698 74 21
Olivier - email: perret <at> kth.se phone: +33 669 54 90 65
Suvir - email: suvir <at> kth.se phone: 072 032 81 34
I'm a bit amazed at how easy it was. Follow these steps:
sudo apt-get intall git
sudo apt-get install cmake
git clone https://github.com/glfw/glfw glfw3
Take special care at this step since it is possible to break the GUI when installing dev packages. I recommend running the second command to ensure that you still have the required GUI packages.
sudo apt-get install cmake xorg-dev libglu1-mesa-dev
sudo apt-get install ubuntu-desktop xorg
sudo apt-get install libboost-all-dev
sudo apt-get install libsoil-dev
sudo apt-get install libglm-dev
cd "glfw3-folder"
cmake -G "Unix Makefiles"
make
sudo make install
make
/run_demo