Posted 2017-12-23Updated 2021-08-2819 minutes read (About 2899 words)gamedev / indiedev / zodproj / gameengine / tests / performanceMeasuring C# Performance with BenchmarkDotNetI’m measuring optimal C# code implementations for a game engine I’m building.Read more
2021-04-10Software Algorithms for k-combinationszodproj / tests / performance / mathematics / k-combinations / algorithms
2020-03-15Building a Pause Menu - Part 3gamedev / indiedev / godot / zodproj / series / PauseMenu / design / process