I've been embedding mono into my game engine, and decided that what I needed was a code generator to generate C++ classes which wrap .NET classes that exist inside the sandboxed runtime. I've decided on StringTemplate for the templating side of it, and after trying to write a template without first knowing what the class … Continue reading .NET Class Wrapper coming along