All Posts Tagged with “event-bus”
-
A Simple, Intra-Process Event Bus in C++, Part I
Posted in Programming on Sep 14, 2010
A previous post introduced a way of assigning a unique ID number to arbitrary C++ types. As already mentioned in that post, my motivation for doing this was to lay the foundation for a simple, intra-process messaging system suitable for use in games (particularly the examples presented in Programming Game AI by Example). This post [...]
