Incase any of you statistics fans are reading, I just ran Ogre through a code metrics tool and it’s now grown to a total of 13,638 lines (excluding comments). Not huge by some standards (tiny compared to projects at work) but since it’s nearly all written by me and I believe it’s pretty good quality code with little duplication, I was quite impressed by it. Other metrics are that average block depth is between 2 and 3 indents, which is a good indication that rampant nesting isn’t a problem!