latest art
random art
-
latest posts
- Raiders of the Game Boy Four Player Adapter
- TypeScript: You Can Read It
- Custom Aftermarket Blinkenlights
- How to Speak NeoPixel
- Spooky nulls in an ArrayList
- A Gentleman’s Orthonormal Basis Rotation
- Iterating Over a Triangulation in Java
- SNES Classic Teardown
- 8Bitdo SN30 Teardown and Critique
- Rendering Twisty Thingies
older posts
Tag Archives: simulation
Basic Spatial Hashing with Boost
So let’s say you’ve got some particles in 2-dimensional space. There they are. Now let’s say you want any two particles which are very close to each other to interact. You need to know which pairs are close enough. You … Continue reading