unity3d
https://i.ytimg.com/vi/D4YCj4Tid0w/mqdefault.jpg
Exploring Rigidbody Joints and Rope Physics in Unity
· ☕ 1 min read
Unity has a number of different joints and other ways to connect Rigidbodies (Spring’s come to mind). We’re going to be exploring how to take advantage of those offerings in order to build a 3D physically simulated rope that we can attach to our grapple gun and eventually swing around space with.

https://i.ytimg.com/vi/nzPIQwaM0yc/mqdefault.jpg
Let's Make Red - #AsylumJam2016 - Part 5
· ☕ 1 min read
This weekend for the #asylumjam of 2016 we’re going to be developing a game called Red. Red is a game all about social interactions.

https://i.ytimg.com/vi/DsIwg4FdWBM/mqdefault.jpg
Let's Make Red - #AsylumJam2016 - Part 4
· ☕ 1 min read
This weekend for the #asylumjam of 2016 we’re going to be developing a game called Red. Red is a game all about social interactions.

https://i.ytimg.com/vi/xTh4GgdEUnY/mqdefault.jpg
Let's Make Red - #AsylumJam2016 - Part 2
· ☕ 1 min read
This weekend for the #asylumjam of 2016 we’re going to be developing a game called Red. Red is a game all about social interactions.

https://i.ytimg.com/vi/_dQP8MVVOXc/mqdefault.jpg
Let's Make Red - #AsylumJam2016 - Part 3
· ☕ 1 min read
This weekend for the #asylumjam of 2016 we’re going to be developing a game called Red. Red is a game all about social interactions.

https://i.ytimg.com/vi/tVYz0S75WAo/mqdefault.jpg
A Portal In Unity
· ☕ 1 min read
Let’s make a portal in unity so we can see from one world into another. We are going to accomplish this by using a second camera, render textures and some manipulation of unity layers.

https://i.ytimg.com/vi/oVHx3GTXSGs/mqdefault.jpg
Lets Make VR Asteroids - Part 2
· ☕ 1 min read
Yesterday we built a way to fly in Virtual Reality using your hands as rockets. Today we’re going to expand on that by making an up close and personal version of Asteroids.

https://i.ytimg.com/vi/v1D8kVHcZhI/mqdefault.jpg
Lets Make VR Asteroids
· ☕ 1 min read
Yesterday we built a way to fly in Virtual Reality using your hands as rockets. Today we’re going to expand on that by making an up close and personal version of Asteroids.

https://i.ytimg.com/vi/bhm8obuJyd0/mqdefault.jpg
Lets Make Jetpacking in Virtual Reality!
· ☕ 1 min read
Today we’re going to be developing a Jetpacking game in Virtual Reality. I’ve seen some demo’s of Richie’s Plank Experience but more interesting than the plank for me is the firefighting iron man of the future part.

https://i.ytimg.com/vi/43J60Pop6Kg/mqdefault.jpg
Lets Make Jetpacking in Virtual Reality! Part 2
· ☕ 1 min read
Today we’re going to be developing a Jetpacking game in Virtual Reality. I’ve seen some demo’s of Richie’s Plank Experience but more interesting than the plank for me is the firefighting iron man of the future part.

https://i.ytimg.com/vi/njbJZZklyJc/mqdefault.jpg
Animating Mandelbrot and Julia Sets in Unity - Fractal Shaders
· ☕ 1 min read
Let’s get back to work on our Fractal shaders! Specifically, let’s animate them. I’ve got an idea to use a subscriber based design so we can publish various “changes” to our material and dynamically update it.

https://i.ytimg.com/vi/VXegg-HGT0s/mqdefault.jpg
Generating Fractal Trees in Unity
· ☕ 1 min read
Lets make some fractals in Unity and take the opportunity to explore messaging in Unity. We’ll make an extensible, component based fractal generator that is capable of generating fractal trees easily.