I browsed the Cappuccino Git repository a bit and found several indicators for Nib support, e.g.:
var nib = [[CPNib alloc] initWithContentsOfURL:@"MainMenu.cib"];
Also, a folder called "NibApp", a folder called "HelloWorld.nib", and a script called "nib2cib.j" which seems to convert Nibs to Cibs.
It all still looks somewhat experimental, so all of this seems to say "Nib support will come" -- which leaves me in awe. If they can convert Nibs to Cibs, developers could seemingly use Apple's own InterfaceBuilder to layout their web applications.
by Leif Singer — Sep 05
var nib = [[CPNib alloc] initWithContentsOfURL:@"MainMenu.cib"];
Also, a folder called "NibApp", a folder called "HelloWorld.nib", and a script called "nib2cib.j" which seems to convert Nibs to Cibs.
It all still looks somewhat experimental, so all of this seems to say "Nib support will come" -- which leaves me in awe. If they can convert Nibs to Cibs, developers could seemingly use Apple's own InterfaceBuilder to layout their web applications.