Lea
Lea is an event aggregator designed to be lightweight and thread-safe. It maintains only weak references to the subscriber callback so that it never blocks object destruction.
Dorico.Net
This library abstracts communication with the remote-control API in the Dorico music scoring application.
When learning a new language or framework I usually implement one of the following games as a learning
exercise. These projects touch on several aspects of programming: layout and componentization, data
structures and data manipulation, as well as eventing.
Wumpus
This is an old game from the 70s/80s. Map generation is a good way to learn about a languages' data structures. The game also generates events that require handling.
