Catégories: Software, Components

tsubasa 0.1

Avril 6th, 2007
I just put online tarballs for the first experimental version of a new window manager I wrote in C++, using GTKmm and midtalk. It is primarily intended as a playground for learning X, desktop technologies and see how object and component oriented… suite »

Work on midtalk's compiler

November 9th, 2006
The recent work on midtalk's compiler, which handles IDL parsing and C++ generation, has became quite successful. midtalk is now able to handle "real-life" IDL files, such as this one, which is describing DynamicModule, the basis for an implementation… more »

Midtalk II : Plugins

May 25th, 2006
A modular design is a method of conceiving applications which consists in splitting them in relatively small modules, in order to be able to develop, test and debug them individually, which is easier than doing it for the whole application. It is strongl… more »

Midtalk I : Childhood

May 22nd, 2006
In these posts I will try to explain the various reasons which lead me to develop a new component system like midtalk, from my personal experience, and also the problems the GNOME platform faces today. About seven years ago, I started to learn program… more »