SourceForge Logo

home:modules:gobject factory

GObject Factory - A GPL'ed application for generating GObject skeletons.

GObjects is a great system. It gives you the power and flexability of object oriented design while keeping the size, speed and language binding advantages of C (For those of you who say C can't be used as an OO language I will remind you that the first C++ compilers were little more than C preprocessors). Because it is written in C much of the behind the scenes stuff you wouldn't see in C++ has to be manualy written for a GObject. This can cause developers to forgo using GObjects. GObject Factory eliminates this an excuse by setting up GObjects so the developer can concentrate on his or her code. GObject Factory was written to support The Snaglepuss Project and as a way for me to learn the internals of GObjects.