Tag: Project
Project Description: Illusory Immersion - Bringing to Life the Op-Art Works of Bridget Riley
Project Posted on 28 November 2016 by Flafla2
This project was originally created for the class 62-150 Intro to Media Synthesis and Analysis at Carnegie Mellon University in the Fall of 2016. It was orignally posted here. The demo is currently not available for download, however I intend on releasing it when I have access to a VR system again.
The essential idea of this project is to translate the Op-Art works of painter
Bridget Riley into an interactive digital museum. The museum is experienced in
VR, using the HTC Vive. I believe VR is a perfect platform for this kind of
project, as VR itself is an illusory medium. Some interesting fourth-wall-breaking
connections can be made between the headset itself and Op-Art. VR further adds
to the experience by contributing a sense of scale - large virtual objects actually
appear large, which may not be immediately apparent on a computer screen. This
is especially important when interpreting the works of Riley, who is known for
the depth and scale she brings to her works. Additionally in a digital museum
I can make objects behave in ways that are impossible in real life; this gives
me a lot of freedom when curating the museum.
» read more
Project Description: Ellis Island Virtual Reality Experience
Project Posted on 23 June 2016 by Flafla2
From September 2014 to June 2016 I was the Project Lead and Lead Programmer on a Virtual Reality project at the Bergen County Academies (my high school) in collaboration with the the National Park Service’s Ellis Island / Statue of Liberty National Monument. The idea of the project is to digitally recreate Ellis Island as it was between the years 1918-1924, to be viewed in a Virtual Reality headset. At the time of writing, the project supports Oculus Rift, Oculus DK2, and HTC Vive in both seated and roomscale paradigms. The project is still ongoing, and I passed it on to current students when I graduated in 2016.
In this writeup I detail some of the systems that I developed for the project. Please note that the content here is in-development and in-beta and is subject to change.
» read more
HTC Vive Teleportation System with Parabolic Pointer
Project Posted on 17 May 2016 by Flafla2
Here I present an easy-to-use teleportation system for the HTC Vive and the Unity game engine. The system is modelled after Valve's game for the Vive The Lab, a game where the player can traverse VR environments that are bigger than the play area. You can check out the project source code here on Github. The Github project is open source and licenced under the MIT licence.
Myself demoing the system in the HTC Vive
» read more
Demo Reel
Project Posted on 16 May 2016 by Flafla2
Here is a short demo reel of my proudest work that I created for undergraduate university applications. It highlights all of my major Github projects up to October, 2015. You can check out the video below.
Wii Remote API for Unity and C#
Project Posted on 16 October 2015 by Flafla2
Within the past 10 years motion controls have become an integral part of gaming and console game development. The Wii Remote specifically has managed to capture a generation of casual gamers and has created a completely new genre of casual games. However, none of these controllers have managed to permeate the PC gaming market despite their potential. In response to this, I have created a cross-platform Wii Remote communication layer for Unity (and C# with minimal changes
- primarily debug messages). The API allows Unity developers to integrate the Wiimote and popular extension controllers (such as the Nunchuck, Classic Controller, and Wii Motion Plus) into their games. It also supports the Wii U Pro controller (which behaves as a Wiimote with a special extension controller).
Here is a video of the some of the API's features:
You can download the latest release here. The API’s source code
(including a full demo scene) can be found here.
» read more