Live streams
Come hang out while I do some game development on a live stream!
I stream (almost) every Friday at 9am CT for about ~2hrs.
Watch on Twitch, YouTube or Facebook.
Hope to see you there!
-- David Snopek
Watch the last stream:
Blog
Rollback netcode in Godot (part 3): Making a custom MessageSerializer
We create a custom MessageSerializer, to facilitate quickly and reliably sending input data.
Video
Tutorial
Rollback netcode in Godot (part 2): Getting Started with the Godot Rollback Netcode addon!
We install the Godot Rollback Netcode addon, and create the simplest possible demo game from scratch.
Video
Tutorial
Rollback netcode in Godot (part 1): What is rollback and prediction?
In this part, we talk about what rollback netcode is, when you'd want to use it, and how it works.
Video
Tutorial
WebXR in Godot devlog #8: UI improvements for smartphone AR!
I tell the story of implementing some improvements for building UIs for smartphone AR apps with WebXR.
Video
Devlog
Retro Tank Party v1.2: Rollback Netcode!
This is the biggest change to the game EVAR! All the netcode and physics have been completely rewritten to support rollback and prediction.
Video
Devlog
Getting started with SG Physics 2D and deterministic physics in Godot
An introductory tutorial for SG Physics 2D, so you can implement deterministic physics in your Godot game.
Tutorial
How to host a Nakama server for $10/mo
Setting up and maintaining your own single server instance of Nakama, the Open Source game server.
Tutorial
Steam login to Nakama using Godot
Steam authentication to Nakama can make login a breeze for players of your Godot game!
Tutorial
How to use WebRTC in Godot... with Nakama as the signalling server!
WebRTC is a great peer-to-peer networking protocol for games! Learn how to use Nakama as the WebRTC signalling server in Godot.
Tutorial
Godot and GitLab CI: Automatically code signing your game for Windows
We setup GitLab CI to automatically code sign your game for Windows, before deploying it to Itch.io, Steam or any other deployment target.
Video
Tutorial