Videos
https://i.ytimg.com/vi/0wP2_7oYv9U/mqdefault_live.jpg
Ludum Dare 38 - World of Zero Live! - Day 2
· ☕ 1 min read
It’s time for Ludum Dare 38! Come hang out as we build… something. Something awesome! Learn more about the Ludum Dare or enter your own project here: https://ldjam.

https://i.ytimg.com/vi/g4j8WvC1Ct4/mqdefault.jpg
Building the World of Zero Arcade Live
· ☕ 1 min read
Continuing work on the World of Zero Game. Live Stream to test things out before Ludum Dare and get some work done on our World of Zero Arcade game.

https://i.ytimg.com/vi/9bTFVaKGIIQ/mqdefault.jpg
Lets Make a Pixelated Image Effect
· ☕ 2 min read
Implementing an image effect is actually fairly straight forward in Unity. All it requires is a simple shader and a script with OnRenderImage specified.

https://i.ytimg.com/vi/yK2y2dpvZpI/mqdefault.jpg
An Evicting Player Cache with ASP.NET Core
· ☕ 2 min read
We’ve got a rough draft of how our Players are going to connect to our World Of Zero Arcade (Live Streamed Game project).

https://i.ytimg.com/vi/IBKNQVdV2FE/mqdefault.jpg
Dynamic Geometry Rendering
· ☕ 1 min read
Time for another really fun exploration of the World of Zero Arcade. We’re changing the project slightly and focusing on an abstract SHMUP game based around geometry.

https://i.ytimg.com/vi/b4utgRuIekk/mqdefault.jpg
The Magic Revealing Flashlight Shader
· ☕ 1 min read
Let’s make a revealing shader that is normally blank and full transparent, but when you shine a light on it becomes revealed.

https://i.ytimg.com/vi/KCKN44-dMOY/mqdefault.jpg
Creating a Triplanar Shader - Asteroids VR
· ☕ 1 min read
Asteroid’s VR needs a triplanar shader for its asteroids so we’re going to make one. Specifically we’re going to look at how to handle the projection onto a mesh without using UV’s.

https://i.ytimg.com/vi/3SmN91CC970/mqdefault.jpg
I've Got An Arduino And No Clue How To Use It - Data Cube - Part 1
· ☕ 1 min read
Introducing Data Cube, the spiritual successor to Data Sphere. A data visualization project. Data Cube is going to use an Arduino and four meters of LED’s to create a 3D visualization of online social interactions.

https://i.ytimg.com/vi/NKNk1fNH_bs/mqdefault.jpg
Getting Started With Xamarin
· ☕ 1 min read
We have a relatively complete Binary Clock app running in UWP. Let’s take advantage of Xamarin to start working on bringing this app to other platforms.

https://i.ytimg.com/vi/PQucU3VFiBA/mqdefault.jpg
Pattern Matching and Tuples in Visual Studio 2017 and C# 7
· ☕ 2 min read
Visual Studio is now 20 years old and the next generation of C# has also recently been released. We’re going to explore two of the features I’ve been most excited about in C# 7: Tuples and Pattern Matching!

https://i.ytimg.com/vi/KngA-rV4H9w/mqdefault.jpg
Implementing Marching Squares - Lets Make 2D Voxel Terrain - Part 11
· ☕ 2 min read
We’re finally there! Time to add the marching squares algorithm to our voxel terrain. Unlike our previous implementation marching squares is going to look at the four nearest points in our quadtree and treat them as vertices.

https://i.ytimg.com/vi/X9Tqng-g2DQ/mqdefault.jpg
Creating an Object Pool - Lets Make an Asteroid Belt- Part 6
· ☕ 2 min read
In this video we’re going to be implementing a Generic Object Pool. Object Pooling is a design pattern focused on removing expensive operations such as instantiation or deletion of objects and instead relying upon a constant “pool” of objects which can be activated or deactivated as needed without needing to actually create new ones.

https://i.ytimg.com/vi/zZmo0Az0SVg/mqdefault.jpg
Physical Asteroid LODs - Lets Make an Asteroid Belt - Part 5
· ☕ 2 min read
Time for our asteroids to get physical! In this video we’re going to be moving beyond the simple instanced rendering methods we’ve been using previously and start actually creating real physical asteroids when we get close.