Hi there, I will like to understand horde3d, and was thinking if there can be pointers about the classes and so on?
For the quick look
- in files starting "eg" is for engine
- in files starting "ut" is for utility
- The entry point for th engine is egMain.cpp
I will go and say that *tpl are for templates? and I see that the factory pattern is used (thought I haven't used it by the way, some 1 have a book suggestion about patterns?). This templates if Im not wrong only contain the description for build the objects and no "description" of functions for the specific node type.
What other patterns are used in Horde3D? I think singleton is used also?
There are lot of thing to continue learning how it works apart from *understand/know* the "technical parts", so what other things you will add?