A blog about building and programming hardware.
While building my sumobot I found myself wanting to simulate my driving strategy. My sumobot is simple, so I didn't need a fancy 3D-simulator, and I went looking for a 2D-simulator instead. To my surprise, I couldn't find an obvious candidate, so I decided to build my own.
My initial plan was to build a 2D-simulator only for simulating sumobots, but I ended up creating a more general 2D simulation framework featuring:
You can read more about the project in my lengthy blog post.
You find the code over at Github.