vpython-wx icon indicating copy to clipboard operation
vpython-wx copied to clipboard

VPython based on wxPython

Results 17 vpython-wx issues
Sort by recently updated
recently updated
newest added

When using wxWidgets 3.0.2 with vpython, the rate function only returns when the mouse move. See https://groups.google.com/forum/?fromgroups&hl=en#!searchin/vpython-users/rate/vpython-users/sIjW42s3V2w/1DkCYlDLBgAJ I can see the problem on an OS X system, installing vxpython using...

Some of them are not even compliant with the stated standard of: ``` python from __future__ import print_function, division ``` Since these are used for training and education I feel...

e = ellipsoid() b = box() s = sphere() c = cone() p = pyramid() cyl = cylinder() print "ellipse make_trail = " , e.make_trail print "box make_trail = "...

Users with Radeon graphics report that label causes crashes.

h = helix(visible=False) displays the helix, but the following hides the helix: h = helix() h.visible = False

The following program demonstrates three bugs. 1) window.delete_all() seems to be broken 2) Upon reset, the earth material is missing from the sphere 3) failure of documentation to say that...

There is code at the start of visual_all.py that tries to make sure that sqrt(x) uses the math function rather than the numpy function if x is a simple float,...

Cannot pick an object on the Mac if the window is 1000 by 1000. Very strange.

From Maciej Wochal, reported in VPython forum: I think I have found the reason of rendering issues on Linux when using Intel card. This project had a similar problem: https://github.com/alexrj/Slic3r/issues/2197...

In file ../site-packages/visual_common/rate_function.py: Line 196: dt = calledTime - self.lastEndRate # time spent in user code But sometimes this results in dt becoming equal to zero. Then, in line 199:...