Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28873

Re: python CAD libraries?

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <dwightdhutto@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.024
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'python': 0.09; '3-d': 0.09; 'port),': 0.09; 'porting': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'subject:python': 0.11; 'skip:f 30': 0.15; 'tutorials': 0.15; 'api,': 0.16; 'name),': 0.16; 'earlier': 0.21; "i'd": 0.22; 'cc:2**0': 0.23; "i've": 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; '2.6': 0.27; 'went': 0.28; 'received:google.com': 0.34; 'subject:?': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'thank': 0.36; 'uses': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'degree': 0.38; 'little': 0.39; 'think': 0.40; 'easy': 0.60; 'you.': 0.61; 'first': 0.61; 'distance': 0.62; 'great': 0.64; 'attempt,': 0.84; 'etc,': 0.84; 'trig': 0.84; 'homepage': 0.91
Newsgroups comp.lang.python
Date Mon, 10 Sep 2012 23:32:37 -0700 (PDT)
In-Reply-To <b440812f-a8a5-45f9-b213-d9536b6d3238@googlegroups.com>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=70.35.72.71; posting-account=uwp5fwoAAADZkbUPJeRSRFgA2eHf8iXl
References <e149e0ec-39db-4c90-af60-2353ca923c2f@googlegroups.com> <mailman.468.1347312607.27098.python-list@python.org> <b440812f-a8a5-45f9-b213-d9536b6d3238@googlegroups.com>
User-Agent G2/1.0
X-Google-Web-Client true
X-Google-IP 70.35.72.71
MIME-Version 1.0
Subject Re: python CAD libraries?
From david <dwightdhutto@gmail.com>
To comp.lang.python@googlegroups.com
Content-Type text/plain; charset=ISO-8859-1
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Message-ID <mailman.483.1347345160.27098.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1347345160 news.xs4all.nl 6975 [2001:888:2000:d::a6]:36787
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:28873

Show key headers only | View raw


        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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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