Re: GUI development with 3D view

2007-12-11 Thread Glenn Hutchings
On Dec 11, 1:58 am, gsal <[EMAIL PROTECTED]> wrote: > If all you need to do is display a bunch of arrows, as you mention, > the easiest thing to do might be to use Visual Python. It is > extremely easy to use. Another option, if your app is data-driven, is to check out the Visualization Toolkit (

Re: GUI development with 3D view

2007-12-10 Thread gsal
If all you need to do is display a bunch of arrows, as you mention, the easiest thing to do might be to use Visual Python. It is extremely easy to use. gsal -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI development with 3D view

2007-12-10 Thread sturlamolden
On 10 Des, 13:33, Achim Domma <[EMAIL PROTECTED]> wrote: > I'm looking for quite some time now for a gui library for python, > which allows me to display 3D graphics. Main OS is windows, Mac OS X > and Linux would be nice to have. I want to use python 2.5. My first > try was wx + pyOpenGL but ther

Re: GUI development with 3D view

2007-12-10 Thread M�ta-MCI (MVP)
Re! On Vista, OpenGL depend of (releases of) video-cards. Some cards don't support OpenGL => problem! Some cards have native openGL support => good (dream?) Some cards need update (drivers) @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI development with 3D view

2007-12-10 Thread Mike C. Fletcher
Diez B. Roggisch wrote: ... > I was under the impression that PyOpenGL is ctypes-based in the new > versions? > It is, but I haven't had the time to do a new release and check it on a Windows box. There are minor fixes in CVS that *should* IIRC make us run better on those Windows machines that

Re: GUI development with 3D view

2007-12-10 Thread Diez B. Roggisch
Achim Domma wrote: > On 10 Dez., 15:24, "Méta-MCI \(MVP\)" > <[EMAIL PROTECTED]> wrote: >> Hi! >> >> > no idea how it works with windows. >> >> On XP: fine. >> On Vista: very difficult... >> >> @+ >> >> MCI > > Also with Python 2.5? If PyOpenGL would work with Python 2.5, I could > use wx too. B

Re: GUI development with 3D view

2007-12-10 Thread Achim Domma
On 10 Dez., 15:24, "Méta-MCI \(MVP\)" <[EMAIL PROTECTED]> wrote: > Hi! > > > no idea how it works with windows. > > On XP: fine. > On Vista: very difficult... > > @+ > > MCI Also with Python 2.5? If PyOpenGL would work with Python 2.5, I could use wx too. But I could not get it to work with 2.5 o

Re: GUI development with 3D view

2007-12-10 Thread J. Robertson
Méta-MCI (MVP) wrote: >> no idea how it works with windows. > > On XP: fine. > On Vista: very difficult... Hello Captain Obvious :-) -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI development with 3D view

2007-12-10 Thread M�ta-MCI (MVP)
Hi! > no idea how it works with windows. On XP: fine. On Vista: very difficult... @+ MCI -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI development with 3D view

2007-12-10 Thread J. Robertson
Diez B. Roggisch wrote: > Achim Domma wrote: > [snip] >> >> Is there an alternative to wx+pyOpenGL? > > The usual suspects - mainly Qt, possibly Tk (not sure if there is a > python-available version of open gl canvasses for Tk) > > Diez togl is a Tk/OpenGL widget that can be used with python as

Re: GUI development with 3D view

2007-12-10 Thread Diez B. Roggisch
Achim Domma wrote: > Hi, > > I'm looking for quite some time now for a gui library for python, > which allows me to display 3D graphics. Main OS is windows, Mac OS X > and Linux would be nice to have. I want to use python 2.5. My first > try was wx + pyOpenGL but there are no working binaries for

GUI development with 3D view

2007-12-10 Thread Achim Domma
Hi, I'm looking for quite some time now for a gui library for python, which allows me to display 3D graphics. Main OS is windows, Mac OS X and Linux would be nice to have. I want to use python 2.5. My first try was wx + pyOpenGL but there are no working binaries for python 2.5. I simply have to di