This is a list of all of my currently in progress projects, no guarantee that any of these will ever be finished but they’re still pretty cool
Unnamed Jack-box Party Pack Ripoff (Class project)
This one is an exploration into networking. I’m currently working on a RakNet c++ networking plugin that will have a unity scene receive input from multiple different phones and have their input be displayed on the “master screen” hosting the unity program. The catch is that this will all be in real time, making this tricky. More info to come.
AR Board Games (Class project)
This is a Unity 3D project using their alpha AR foundation to attempt to simulate playing a board game in AR across two phones. I currently have the AR scene rendering and creating a zone for user input, next I’ll be working on networking this across two phones.