Re: interactive web graphics

2005-04-30 Thread M.E.Farmer
Blender has nothing to do with Mozilla. It is a 3d creation suite it contains more things than you would believe ;) Blender is deep and wide, so it can be daunting to use at first but once you have basic 3d concepts under you belt it is playtime. Blender is the first software package to be bought f

Re: interactive web graphics

2005-04-30 Thread Diez B. Roggisch
> > I'm surprised that Trolltech is allowing Microsoft to get their product > for free. If the free version is used, it's license is GPL. So for commercial apps, you still need a license (for linux as well) > I have played with Qt3 somewhat; not sure how their widgetry > compares with GTK+, as

Re: interactive web graphics

2005-04-29 Thread Eckhoff, Michael A
On 2005-04-29 Diez Roggisch wrote: > Take qt if you can - the upcoming version qt4 will be GPLed for windows > (which means better binary support for windows), but recently the qt3 x11 > free edition got adapted to windows. I use that myself, and have to say > that I'm pretty impressed - apart fro

Re: interactive web graphics

2005-04-29 Thread Diez B. Roggisch
> In case anyone is interested... > The initial plan was to use a GTK+ GUI > to monitor these models and the GIMP > library to create an indexed image from > the pressure field, overlayed with vectors > depicting winds (or currents, for the ocean). > Think I'll take another look at pygtk. Take qt

Re: interactive web graphics

2005-04-28 Thread Eckhoff, Michael A
Thanks Larry and Diez. I figured that doing 'GUIs over the web' would probably not work. Where I work, we have a bunch of numerical weather-prediction-type models that take several hours to run. By having a cron job copy over the output, I think I can still implement a type of progress bar using a

Re: interactive web graphics

2005-04-28 Thread Lee Harr
On 2005-04-27, Eckhoff, Michael A <[EMAIL PROTECTED]> wrote: > Hello, > > I failed to locate a list for pygtk, so I thought I'd > ask my question here. Is it possible to write CGI > scripts that bring up a GUI (as in GTK+, QT, Tk, ...) > or an openGL display that is windowed inside a web > browser?

Re: interactive web graphics

2005-04-28 Thread Fuzzyman
Hello Michael, Eckhoff, Michael A wrote: > Hello, > > I failed to locate a list for pygtk, so I thought I'd > ask my question here. Is it possible to write CGI > scripts that bring up a GUI (as in GTK+, QT, Tk, ...) > or an openGL display that is windowed inside a web > browser? > > The answer wou

Re: interactive web graphics

2005-04-28 Thread Maksim Kasimov
java are also wide-spread browser plugin with interactive and multimedia capabilities, and java-applets can be written with python (jython) "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: news:[EMAIL PROTECTED] > you are after _might_ be done using macromedia flash - as that is a > wide-spread bro

Re: interactive web graphics

2005-04-27 Thread Diez B. Roggisch
> I would like a form with progress bars, but I guess > that would have to be implemented in some special way. > Sorry if these questions are ill-posed; I am just > getting my feet wet with python. Larry already said some true things about this. Let me just add that what you are after _might_ be d

Re: interactive web graphics

2005-04-27 Thread Larry Bates
Web application are different than local or client server applications. Web browser can connect to a server and make a request, but the program that satisfies the request runs to completion and disconnects from the client. You cannot easily do interactive-type applications. Things like progress

interactive web graphics

2005-04-27 Thread Eckhoff, Michael A
Hello, I failed to locate a list for pygtk, so I thought I'd ask my question here. Is it possible to write CGI scripts that bring up a GUI (as in GTK+, QT, Tk, ...) or an openGL display that is windowed inside a web browser? The answer would seem to me to be no, since the client could be Windows