csharp
https://i.ytimg.com/vi/3Za2NfBAkNk/mqdefault.jpg
Building a Website with ASP.NET Razor Pages
· ☕ 1 min read
Have you ever wanted to be able to use code to help build your webpages? Maybe loop over a list and create a table or inject user data onto the page without javascript or anything else?

https://i.ytimg.com/vi/tgCFzoG_BJM/mqdefault.jpg
Bezier Curve Line Renderer
· ☕ 2 min read
Bezier Curves are the project of the day. Specifically we’re going to be looking at 3 point Bezier Curves and applying them to a Line Renderer in Unity.

https://i.ytimg.com/vi/EWpQCg8L5_Q/mqdefault.jpg
Exporting 3D Printable Models From Unity
· ☕ 1 min read
Combining the custom mesh renderer window, STL Builder and Archimatix we’re going to start working on building a way to export 3D Models from Unity to a format that we can use to 3D print.

https://i.ytimg.com/vi/TPGFnk8guL8/mqdefault.jpg
Custom Unity Inspector Mesh Renderer
· ☕ 1 min read
How would you make a custom mesh preview window? If you were planning on building it it might look like this!

https://i.ytimg.com/vi/O6u92arDKUA/mqdefault.jpg
Magic Missile! Creating Seeking Projectiles
· ☕ 1 min read
Augmenting our magic missiles with a bit of corrective flight. This video focuses on how to get a projectile to target and steer towards a target using a combination of dot products for finding the target and a steering algorithm to actually turn the projectile.

https://i.ytimg.com/vi/k9LxJarqHhE/mqdefault.jpg
Code Reuse and a Simple Follow Script
· ☕ 1 min read
How simple can you make a script that gets enemies to follow a target or player? Turns out pretty simple.

https://i.ytimg.com/vi/jDk0wYWFMXU/mqdefault.jpg
Reflection Soup - Lets Make Unity Shell - Part 3
· ☕ 1 min read
This video is all about reflection. We’re going to be adding the ability to support typing in Unity Shell so that automatic type conversion can occur.

https://i.ytimg.com/vi/PGK4jfFYgek/mqdefault.jpg
Introducing Xamarin Workbooks
· ☕ 1 min read
A quick glance at Xamarin Workbooks, a cross platform .net sandbox that lets you easily write and execute .

https://i.ytimg.com/vi/LmvCtV0IqIk/mqdefault.jpg
Lets Make Unity Shell - Part 2 Live
· ☕ 1 min read
Continuing our work on Unity Shell a CLI in Unity! https://github.com/WorldOfZero/Unity-Shell

https://i.ytimg.com/vi/N6r87rGDFV8/mqdefault.jpg
Getting Started With MonoGame
· ☕ 2 min read
Returning to MonoGame after years of not touching it. Lets learn how to get started and what has changed since XNA was discontinued.

https://i.ytimg.com/vi/O69Dt67UdMI/mqdefault.jpg
Lets Make a Task List in WPF
· ☕ 1 min read
Lets make a simple Task List in WPF. An intro to one of the classic Windows frameworks originally introduced in 2006.