Can anyone point to some relatively simple
examples using PyOpenGL with wxPython?
···
Gary H. Merrill
Director and Principal Scientist, New Applications
Data Exploration Sciences
GlaxoSmithKline Inc.
(919) 483-8456
Can anyone point to some relatively simple
examples using PyOpenGL with wxPython?
Gary H. Merrill
Director and Principal Scientist, New Applications
Data Exploration Sciences
GlaxoSmithKline Inc.
(919) 483-8456
Gary H. Merrill wrote:
Can anyone point to some relatively simple examples using
PyOpenGL with wxPython?
Should we assume you've already seen the one in the wxPython
demo program? Under "Samples using an external library"
and "GLCanvas"?
-Peter
Actually I missed that one – and need to
install PyOpenGL before I look at it.
I’d like to find several examples since I’m
going to off-load coming up to speed in this to an undergraduate student
working for me.
Actually, what I’d like to find (or perhaps
“decide” is better) is what package of this sort it would be
best to use in order to duplicate the sort of functionality in PyQt that
is used in the Orange widget set. I really want our graphics (to
start with, rather simple line, bar, scatter plot graphs) to be able to
interact with wxPython. Any thoughts on this or reports of experience
will be appreciated.
It’s beginning to look as though I’ll be
using Orange quite heavily (am already using it a bit), but I really
want to avoid Qt.
Gary H. Merrill
Director and Principal Scientist, New Applications
Data Exploration Sciences
GlaxoSmithKline Inc.
(919) 483-8456
“Peter Hansen”
peter@engcorp.com
30-Oct-2004 11:13
Please respond to wxPython-users@lists.wxwidgets.org
To
wxPython-users@lists.wxwidgets.org
cc
Subject
RE: [wxPython-users] wxPython/PyOpenGL
examples?
`Gary H. Merrill wrote:
Can anyone point to some relatively simple examples using
PyOpenGL with wxPython?
Should we assume you’ve already seen the one in the wxPython
demo program? Under “Samples using an external library”
and “GLCanvas”?
-Peter
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
`
Gary H. Merrill wrote:
Actually, what I'd like to find (or perhaps "decide" is
better) is what package of this sort it would be best to use
in order to duplicate the sort of functionality in PyQt that
is used in the Orange widget set. I really want our graphics
(to start with, rather simple line, bar, scatter plot graphs)
to be able to interact with wxPython. Any thoughts on this
or reports of experience will be appreciated.
Would the OGL stuff (under Miscellaneous in the demo) be of
any use? Not really knowing what you want, all I can say
is that it sounds sort of similar in some ways to what
OGL does, but not specifically for graphs.
-Peter
We fooled around with OGL quite a bit for
a while and found it to be basically unsatisfactory in several ways. I’m
hoping that OpenGL or maybe something like Pivy might be better. Thanks.
Gary H. Merrill
Director and Principal Scientist, New Applications
Data Exploration Sciences
GlaxoSmithKline Inc.
(919) 483-8456
Do you need 3-d visualization? Can you give us a better idea what you do need? Have you checked out VTK? At only a very small glance, VTK and Coin seem to have similar goals.
-Chris
gary.h.merrill@gsk.com wrote:
We fooled around with OGL quite a bit for a while and found it to be basically unsatisfactory in several ways. I'm hoping that OpenGL or maybe something like Pivy might be better. Thanks.
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
Hi
I have a calendar control that display fine but I don't seem to be able to
bind events to it. When I use EVT_CALENDAR (or any other events) I get
EVT_CALENDAR is not defined.
What am I doing wrong?
WIN XP
wxPython 2.4
Greg
Did you do what I often do, and accidentally omit the wx?
I.e., it should be wx.EVT_CALENDAR (or wxEVT_CALENDAR for
older versions).
- Sam
At 2004-11-02 04:12 PM +1100, you wrote:
Hi
I have a calendar control that display fine but I don't seem to be able to
bind events to it. When I use EVT_CALENDAR (or any other events) I get
EVT_CALENDAR is not defined.
What am I doing wrong?
WIN XP
wxPython 2.4
Greg
__________________________________________________________
Spinward Stars, LLC Samuel Reynolds
Software Consulting and Development 303-805-1446
http://SpinwardStars.com/ sam@SpinwardStars.com