Marble Puzzle/Exploration Game
Go to file
2014-11-21 16:09:45 +01:00
converter Modifying CMakes files to get convert to compile. 2014-11-21 16:07:13 +01:00
extern Fixing typo to allow cross compilation. 2014-11-20 23:25:52 +01:00
Levels Added skybox and refined fog a bit. Fog still needs a lot of work. 2014-11-21 02:38:03 +01:00
Shader Improved fog a little bit. 2014-11-21 02:46:02 +01:00
.gitignore now ignoring files with ~ 2014-11-21 16:09:45 +01:00
build.sh Added clean parameter to build script. 2014-11-05 12:46:36 +01:00
camera.cc Merge branch 'master' of github.com:Faerbit/swp 2014-11-17 13:31:01 +01:00
camera.hh Merge branch 'master' of github.com:Faerbit/swp 2014-11-17 13:31:01 +01:00
CMakeLists.txt Modifying CMakes files to get convert to compile. 2014-11-21 16:07:13 +01:00
entity.cc Changed how the rotation of objects is saved to better work with bullet together. 2014-11-15 00:03:52 +01:00
entity.hh Changed how the rotation of objects is saved to better work with bullet together. 2014-11-15 00:03:52 +01:00
graphics.cc Improved fog a little bit. 2014-11-21 02:46:02 +01:00
graphics.hh Added skybox and refined fog a bit. Fog still needs a lot of work. 2014-11-21 02:38:03 +01:00
level.cc created skeletal implementation of png to xml converter 2014-11-21 15:43:27 +01:00
level.hh Added skybox and refined fog a bit. Fog still needs a lot of work. 2014-11-21 02:38:03 +01:00
light.cc Added emtpy constructor. 2014-11-17 17:50:06 +01:00
light.hh Added emtpy constructor. 2014-11-17 17:50:06 +01:00
lodepng.cpp Rewriting terrain loading with lodepng and fixing a few bugs. 2014-11-17 12:51:30 +01:00
lodepng.h Rewriting terrain loading with lodepng and fixing a few bugs. 2014-11-17 12:51:30 +01:00
main.cc Added skybox and refined fog a bit. Fog still needs a lot of work. 2014-11-21 02:38:03 +01:00
main.hh Reenabling resizeCallback. 2014-11-15 15:19:48 +01:00
material.cc Moving material paramters from graphics to material class. 2014-11-08 01:44:24 +01:00
material.hh Moving material paramters from graphics to material class. 2014-11-08 01:44:24 +01:00
model.cc Added constructor with SharedVertexArrayObject argument 2014-11-14 17:34:50 +01:00
model.hh Added constructor with SharedVertexArrayObject argument 2014-11-14 17:34:50 +01:00
object.cc Removing angular(Velocity) from object class as it is not needed there. 2014-11-18 19:57:58 +01:00
object.hh Removing angular(Velocity) from object class as it is not needed there. 2014-11-18 19:57:58 +01:00
physics.cc fixed terrain offset 2014-11-17 18:54:19 +01:00
physics.hh further improving physics and interaction 2014-11-17 16:07:40 +01:00
Readme.md Another update to the Readme.md. 2014-11-03 23:56:34 +01:00
terrain.cc created skeletal implementation of png to xml converter 2014-11-21 15:43:27 +01:00
terrain.hh Rewriting terrain loading with lodepng and fixing a few bugs. 2014-11-17 12:51:30 +01:00

#Marble Race Game

This will be a Marble Race Game developed for the Softwarepraktikum at the RWTH Aachen.

##Building Currently only tested on Linux. To build execute build.sh. Resulting binary will be in binaries.