-
Keynote countdown timer ⏲
Posted on
by
I made a thing! I was helping a friend with a Keynote presentation deck. One of the tricker parts was that it needed an automatic 30 min on-screen timer to tick down. I’m something of a Keynote wizard, but I hadn’t made…
-
Github Learning Lab🔬
Posted on
by
I’ve been using GitHub for a while now as part of my spelunking into the world of VR and Mobile development. I think it’s fair to say it’s done a great job of protecting me from the inevitable mistakes of learning something…
-
How to: Setup CocoaPods in Xcode
Posted on
by
Hey, guess what? I’m learning iOS development and have been for months! Thought I might increase my rate of publishing to my blog if I did what I did for my VR course and posted study related stuff here. So to that end……
-
Time to go VR?
Posted on
by
Well the Oculus Go is out. I’ll likely be picking one up later this year just to give it a go (see what I did there), but being a 3DOF system it isn’t the VR system I’ve been waiting for. Having said…
-
Moving host
Posted on
by
Hey team, I’m moving this site to a new host and I’m yet to polish things up. Forgive me if things are a little rough around the edges at the moment.
-
Udacity VR Nano degree retrospective ⏳
Posted on
by
When I started my Udacity VR Nano degree I knew I was in for a challenge. Now that I’ve successfully completed my final assignment I thought I’d share some lessons learnt. So in no particular order:
-
Done: Night at the museum ☑️
Posted on
by
I’ve been AFK for a while (holiday) so I just wanted to post the details of the final version of “night at the museum” I finished a few weeks ago that I delivered as part of my Udacity VR course. The project…
-
Storytelling in VR 📖
Posted on
by
It’s hard to not have “all the feels” watching the above video (Ideally in VR if you’ve got a cardboard headset). The creators have done such an amazing job of crafting a great story with some seriously well thought out VR technique. For example…
-
Optimising C# scripts in Unity 🏎
Posted on
by
The more I create C# scripts in Unity the more I learn about optimising those scripts. With code there are 100s of ways to solve a problem, not all of them efficient, so learning to check your codes performance seems like a…