Journey Sand Shader: Diffuse Colour
This is the second part of the online series dedicated to Journey Sand Shader. Part 1. A Journey Into Journey’s Sand Shader Part 2. Journey Sand Shader: Diffuse Colour Part 3. Journey Sand Shader: Sand...
View ArticleJourney Sand Shader: Sand Normal
This is the third part of the online series dedicated to Journey Sand Shader. Part 1. A Journey Into Journey’s Sand Shader Part 2. Journey Sand Shader: Diffuse Colour Part 3. Journey Sand Shader: Sand...
View ArticleJourney Sand Shader: Specular Reflection
This is the fourth part of the online series dedicated to Journey Sand Shader. Part 1. A Journey Into Journey’s Sand Shader Part 2. Journey Sand Shader: Diffuse Colour Part 3. Journey Sand Shader: Sand...
View ArticleJourney Sand Shader: Glitter Reflection
This is the fifth part of the online series dedicated to Journey Sand Shader. Part 1. A Journey Into Journey’s Sand Shader Part 2. Journey Sand Shader: Diffuse Colour Part 3. Journey Sand Shader: Sand...
View ArticleJourney Sand Shader: Ripples
This is the sixth part of the online series dedicated to Journey Sand Shader. Part 1. A Journey Into Journey’s Sand Shader Part 2. Journey Sand Shader: Diffuse Colour Part 3. Journey Sand Shader: Sand...
View ArticleThe Mathematics of Epidemics
This online course introduces the topic of modelling and simulating epidemics. If you are interested in understanding how Mathematicians, Programmers and Data Scientists are studying and fighting the...
View ArticleSimulating Epidemics
This is the second part of the online course dedicated to the modelling and simulating of epidemics. If you are interested in understanding how Mathematicians, Programmers and Data Scientists are...
View ArticleFrom an Outbreak to an Epidemic
This online course introduces the topic of modelling and simulating epidemics. If you are interested in understanding how Mathematicians, Programmers and Data Scientists are studying and fighting the...
View ArticleAn Introduction to 360° Videos
This online series will cover everything you need to know about 360° videos; from how to create them in Unity, to how to edit them in Premiere Pro in a format compatible with YouTube. Whether you want...
View ArticleHow to Create a 360° Video in Unity
This is the second part of the online series dedicated to the creation of 360° videos in Unity. With this course, you will be able to produce 360° videos trailers for your VR games that can be played...
View ArticleAn Introduction to Floating-Point Arithmetic
This tutorial will introduce you to floating-point arithmetic, and how many modern languages—C# included—represent real numbers. This is a series in two parts: Part 1. An Introduction to Floating-Point...
View ArticleImproving Floating-Point Precision in C#
This tutorial continues the journey to understand floating-point arithmetic, and how to improve the precision of modern programming language types. Part 1. An Introduction to Floating-Point Arithmetic...
View ArticleInverse Kinematics in 3D
This tutorial will teach you how to master inverse kinematics in 3D: the technique that solves the problem of moving a robotic arm to reach for a specific target. You can read the rest of this online...
View ArticleAn Introduction to Minecraft Modding
To view this content, you must be a member of Alan Zucconi's Patreon at $5 or more - Click "Read more" to unlock this content at the source The post An Introduction to Minecraft Modding appeared first...
View ArticleMinecraft Modding: Throwable Fireballs
To view this content, you must be a member of Alan Zucconi's Patreon at $5 or more - Click "Read more" to unlock this content at the source The post Minecraft Modding: Throwable Fireballs appeared...
View ArticleMinecraft Modding: Laser Gun
To view this content, you must be a member of Alan Zucconi's Patreon at $5 or more - Click "Read more" to unlock this content at the source The post Minecraft Modding: Laser Gun appeared first on Alan...
View ArticleLinear Interpolation
This tutorial will explore one of the most used Mathematical tools in Game Development: linear interpolation! This first post will focus on its Mathematical definition and implementation. The following...
View ArticlePiecewise Interpolation
This is the second part of the tutorial dedicated to one of the most used Mathematical tools in Game Development: linear interpolation! In this part, we will explore how to extend the concept of linear...
View ArticleColour Curve Correction
This is the third and final part of the tutorial dedicated to one of the most used Mathematical tools in Game Development: linear interpolation! In this part, we will explore how to use it to correct...
View ArticleDelegates, Lambda Expressions & Closures in C#
If you are familiar with programming, you might have heard of a specific paradigm called functional programming. Most modern languages, such as Java and C#, have integrated some functional elements...
View Article