From: gary r. <gr...@bi...> - 2011-02-21 03:40:01
|
Another thing that's missing is support for 64 bit Windows. I'm not desperate for this myself as I'm currently not involved in teaching, but the fraction of 64 bit installations out there is only going to increase. Gary R. On Mon, Feb 21, 2011 at 2:00 PM, Bruce Sherwood <Bru...@nc...> wrote: > What's missing is 3D constructive geometry for Python. Kadir > Haldenbilen identified the excellent Polygon module which does > constructive geometry for 2D contours, which led to the text and > extrusion objects which we developed together. But I gather there > isn't an equivalent 3D package. An example of an application that does > offer constructive 3D geometry (for example, subtract a sphere from a > cube) is Pov-ray, but that's not something that runs in real time. > > Bruce Sherwood > > On Sun, Feb 20, 2011 at 7:35 PM, C Anthony Risinger <an...@ex...> wrote: >> On Sun, Feb 20, 2011 at 8:21 PM, Bruce Sherwood <Bru...@nc...> wrote: >>> At vpython.org are installers for VPython 5.50 which include a >>> powerful new "extrusion" object developed by Kadir Haldenbilen and me. >>> The basic idea is that you prepare a 2D shape which you then extrude >>> along a path that is like the pos attribute of a curve object: >>> >>> extrusion(pos=...., shape=....) >>> >>> Libraries of common shapes and paths are provided (rectangle, circle, >>> arc, star, etc.). Included are tools for creating complex gears, and >>> shapes made from text. >> >> nice work, this is an incredibly useful addition. >> >> seems like you could almost crack out a full scale solid modeling app >> using vpython at this point ... >> >> anyways great job; though i don't get to play with it as much as i'd >> like currently, visual continuous to be one of my favorite projects. >> >> C Anthony >> > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |