Skip to content

SweetheartSquad/Hurly-Burly-Puppet-Party

Repository files navigation

Hurly Burly Puppet Party

 This is a work-in-progress interactive installation project.

Hurly Burly Puppet Party is a medieval-themed virtual puppet show where players control on-screen avatars using Arduino-based controllers to compete and collaborate while attempting to complete various scenes.

Current Scene Listing

  • Raid the Castle
  • Slay the Dragon
  • Rapunzel

Engine Stuff:


 __   __   ______     __  __    
/\ \ / /  /\  __ \   /\_\_\_\   
\ \ \'/   \ \ \/\ \  \/_/\_\/_  
 \ \__|    \ \_____\   /\_\/\_\ 
  \/_/      \/_____/   \/_/\/_/ 
                               

Prerequisites

  • Visual Studio 2012
  • A computer with graphics card that supports OpenGL 3.3

Vox Sample Project

A sample project has been included as a zip file (SampleProject.zip) in the repository. This project is designed to run without any configuration. Simply open the project and click run. This will build and run the project. The project contains a sample scene which demonstrates the basic features of the Vox engine. These features include...

  • Entities
  • Shaders/Shader Components
  • OBJ Model Loading
  • JSON Model Loading
  • Frame Buffers
  • Render Surfaces
  • Directional Lights
  • Point Lights
  • Animations
  • Shadows
  • Camera
  • Voxels
  • Shader Loading
  • Transformations

This sample project also has many comments which should clarify what is being done and why

Vox Set-up Instructions

  1. Download the necessary libraries (links provided below)
  2. Open solution file
  3. Rename voxSettings.props.template to voxSettings.props
  4. Change the various directory items in voxSettings.props to point to your local installation of each library

VOX library pack (recommended)

https://drive.google.com/file/d/0B2VyAXziLJJtNXJ2Y0REU3RrSm8/view?usp=sharing

Individual Libraries (manual)

GLEW

GLFW

GLM

SOIL

Download SOIL http://www.lonesock.net/files/soil.zip

  • Unzip the folder and place it in an accessible location. Set the SOIL_DIR property to this location

  • e.g. <SOIL_DIR> C:\Dev\Simple OpenGL Image Library</SOIL_DIR>

  • Open the projects folder under in the library’s root, then open the VC9 folder.

  • Open the SOIL.sln file in Visual Studio. You will have to upgrade the project.

  • Once it is open, click Build to build the lib file.

Some more that we haven't added yet

Box2D

The project should now build

Useful Resources

http://www.slideshare.net/Mark_Kilgard/using-vertex-bufferobjectswell