Augmented Reality on the PSVita
PlumbAR was a game created for the PSVita as part of an Applied Games Technology module during my 4th year at university.
The principle of the game is to use the markers to move pipes within the augmented reality application so that a path from start to finish is created. The Sony marker detection and a games education framework were used to get the markers’ matrices and render the pipe objects relative to each marker, detecting collisions between each pipe. The game also features a level creation tool, allowing the user to move the start and end pipe pieces as well as change the types of pipe (junction, bend, etc) and then save that level for future play.
The project was made in C++, using the Sony Playstation Vita development kits.
Below is a UML diagram and a main game loop overview diagram