Tag: Featured

  • Process: Puzzler 👨‍💻

    Over the past few months I’ve been studying with Udacity to learn VR software development. The course has been great so far, so I thought I’d share a little of what I’ve been up to with a game called “Puzzler”. About Puzzler Puzzler is a simple VR experience for Google cardboard. Basically anyone with a…

  • Hardware for VR development 🖥

    Hardware for VR development 🖥

    Starting out in VR development it’s easy to think you’ll spend the earth on special hardware to get going. The reality is that’s just not true. The below 360 images (which I took with the google street view app on iOS) is fairly rough as 360 images go. The room was a mess as I…

  • Locomotion 🚂

    You know what’s really fun? Being able to move around and interact in a virtual environment. You know what isn’t? Barfing all over your new all birds. That’s exactly what’s at stake when designing a good VR experience, particularly one that includes movement. When developing for VR it’s important to build a good understanding of…

  • Process: User experience testing 🔬

    As I said in my previous post on process, it’s important to test your work early and often. This means getting in front of your users and collecting feedback, aka UX testing. When you’re starting out with user testing it can be quite intimidating, but with a few tips and a bit of preparation, it…

  • Working with GameObjects in Unity 👾

    Working with GameObjects in Unity 👾

    Given I’m currently learning to develop in Unity I thought I’d share a few tips I pick up along the way to becoming proficient with it. When creating a scene in Unity you’ll work with loads of different GameObjects. Your virtual world is built out of them (Floors, walls, trees everything) and you’ll be manipulating…

  • Process 📝

    Process 📝

    The making of a “thing” happens in loads of different ways, but I’ve always found it’s best to have some sort of process to get a good result. It doesn’t have to be onerous, just something repeatable that considers a few things consistently. To avoid an overly long post I plan to write a series…

  • Git ⬆️

    Git ⬆️

    Since I’m learning VR it seemed a good idea to finally learn Git properly. In the past, I’d used GitHub just to play around with git conceptually. I liked it, but couldn’t really justify a paid account for private repos. Over the past few days I’ve learned a few important things to know when you’re first…