August 14, 2022 Implementing and using buffers in C# You can find implementations of the data structures described here at: A buffer is a simple data structure that allows you to add any…
July 27, 2010 A Simple Trick for Moving Objects in a Physics Simulation (Original Image by Valerie Everett) It is sometime necessary to move an object in a physics simulation to a specific point. On the one…
October 25, 2009 Tips for Designing and Implementing a Stimulus Response Agent (Original Image by everyone’s idle.) This post was a originally published on Luma Labs, now dead. As old as stimulus-response techniques are, they still…