Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28873
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-09-10 23:32 -0700 |
| References | <e149e0ec-39db-4c90-af60-2353ca923c2f@googlegroups.com> <mailman.468.1347312607.27098.python-list@python.org> <b440812f-a8a5-45f9-b213-d9536b6d3238@googlegroups.com> |
| Subject | Re: python CAD libraries? |
| From | david <dwightdhutto@gmail.com> |
| Message-ID | <mailman.483.1347345160.27098.python-list@python.org> (permalink) |
Thank you. But this is for 2D.
3-d is just manipulating what's shown in x/y points(and not as easy as it sounds) .
I went with cartesian coordinate, a 360x360 canvas(with 90x90 degree view port), and a little trig for front/back/left/right/up/down, and amplitude or z distance for my first attempt, and now porting it into the Blender game engine.
I've used maya(I think that was the name), and matplotlib, but Blender.org(open source) is great for 3d rendering/game engine, etc, and has a nice python API, with great tutorials everywhere.
If you checkout my homepage in my sig, you can see a roughdraft of somethings I was working on for it.
I'd say go with an earlier version(more tuts/examples), but they put them out pretty quick, so 2.6 my be best to start with, and it uses python 3.x.
--
Best Regards,
David Hutto
CEO: http://www.hitwebdevelopment.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
python CAD libraries? Jayden <jayden.shui@gmail.com> - 2012-09-10 14:10 -0700
Re: python CAD libraries? Gary Herron <gherron@digipen.edu> - 2012-09-10 14:24 -0700
Re: python CAD libraries? Jayden <jayden.shui@gmail.com> - 2012-09-10 14:50 -0700
Re: python CAD libraries? david <dwightdhutto@gmail.com> - 2012-09-10 23:28 -0700
Re: python CAD libraries? david <dwightdhutto@gmail.com> - 2012-09-10 23:28 -0700
Re: python CAD libraries? david <dwightdhutto@gmail.com> - 2012-09-10 23:32 -0700
Re: python CAD libraries? david <dwightdhutto@gmail.com> - 2012-09-10 23:32 -0700
Re: python CAD libraries? David Hutto <dwightdhutto@gmail.com> - 2012-09-10 23:39 -0700
Re: python CAD libraries? David Hutto <dwightdhutto@gmail.com> - 2012-09-10 23:39 -0700
Re: python CAD libraries? Jayden <jayden.shui@gmail.com> - 2012-09-10 14:50 -0700
Re: python CAD libraries? Alec Taylor <alec.taylor6@gmail.com> - 2012-09-11 17:36 +1000
Re: python CAD libraries? Marco Nawijn <nawijn@gmail.com> - 2012-09-11 06:42 -0700
Re: python CAD libraries? Jayden <jayden.shui@gmail.com> - 2012-09-11 18:44 -0700
Re: python CAD libraries? Ramchandra Apte <maniandram01@gmail.com> - 2012-09-11 20:05 -0700
csiph-web