-
Building a Low-Latency Local AI Order Taker
Code: https://github.com/Kevin-Jonaitis/orderly Introduction and Goals A few weeks ago I decided to build a locally runnable AI fast-food order taker. The…
-
What Traveling the World Taught Me About Shareholder Value
What Travel Taught Me About Shareholder Value After two years of traveling the world, I met countless people, collected unforgettable experiences,…
-
Modeling Train Tracks and Pathfinding
So you want to build a train game huh? With trains and tracks and pathfinding. How do you model it?
-
Extruding a Polygon Along a Line
So as part of a simple train puzzle video game I was building, I had a need to extrude a polygon…
-
Optimizing Pathfinding
This post is about the interesting ways I optimized my pathfinding algorithm – from 400ms for an average path to around…