Posts
Renaming a Local Git Branch
ยท โ˜• 2 min read
note: When you rename your git branches make sure you double check any connected CI jobs you have associated with the repository.

Learn to Build Your Own Games with Unity 3D and C#
ยท โ˜• 1 min read
Game development can be a really fun way to combine your creative and technical skills to build fun and original experiences!

images/posts/tutorials/ffmpeg-cli-stream-edit.png
Quickly Edit Streams with the FFmpeg CLI
ยท โ˜• 2 min read
FFmpeg allows you to manipulate video files from your command line. Lets explore how to trim videos from streams more quickly by taking advantage of some of FFmpeg's features.

Using the PowerToys Color Picker
ยท โ˜• 1 min read
PowerToys adds a series of useful tools to your Windows computer including a color picker that lets you easily lookup the color of any pixel on your screen.

images/posts/tutorials/font-ligatures.png
Enable Font Ligatures in VS Code
ยท โ˜• 2 min read
Font ligatures combine multiple characters into a single unique character. Some fonts provide ligatures specifically for software development.

images/posts/shadertoy/infinite-grid.jpg
Shadertoy: Grid Shader
ยท โ˜• 1 min read
A Shadertoy shader creating a grid. This makes it possible to create an infintely scalable grid pattern that is fairly light-weight.

images/posts/shadertoy/reduced-color-range.jpg
Shadertoy: Reduced Image Color Quality
ยท โ˜• 1 min read
A Shadertoy shader that reduces the available colors to draw with. This demo reduces the normal range of colors per channel from 256 down to just 8 by using effectively separating each colors floating point value into different categories.

Jump, Bang! on GameJolt
ยท โ˜• 1 min read
Play Jump, Bang! on GameJolt - split-screen competitive climbing with explosives.

images/posts/shadertoy/hypnodisc.jpg
Shadertoy: Hypnodisc
ยท โ˜• 1 min read
A Shadertoy shader creating a classic hypnotic disc effect.