Re: [PHP-GTK] Where are the apps?
[email protected] ("Marc Quinton")
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
On 1/15/08, Warren Vail <[email protected]> wrote: > Cool, > > I have been visualizing a website with a downloadable install for a GTK app > that would interface back to the web server via soap or something similar to > AJAX, and would do things locally like CAD, that cannot be done on a > website. Can't help but think of it like that folding umbrella carried by > "Inspector Gadget", where you click a button and it becomes a helicopter (a > powerful extension). Sort of a different way of extending a web app, AJAX > without the JavaScript part of AJAX, PHP on both machines. > i have writen many small applications with php-gtk2. You will find more information on: - http://php.classes.free.fr/php/gtk/, http://php.classes.free.fr/wiki/index.php?title=PhpGtk I have statred writing a graphic library and a drawing tool using this library. - http://quinton.free.fr/php/gtk/gxlib/ - http://php.classes.free.fr/wiki/index.php?title=Gtk/GxLib It can be used for simple diagram editor just like the one found in Umbrella. I have also writen a very simple block diagram editor (less than 500 lines). You find some links some where on mailing list or some php-gtk forums. http://php-gtk.eu/handbooks some ressources about application writing.