From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.user Subject: Re: Solid modeling in Guile Date: Fri, 19 Aug 2016 03:37:33 -0400 Message-ID: <87d1l5gqf6.fsf@netris.org> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1471592377 29459 195.159.176.226 (19 Aug 2016 07:39:37 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 19 Aug 2016 07:39:37 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Cc: guile-user@gnu.org To: Matthew Keeter Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Aug 19 09:39:30 2016 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1baeOo-0007Gf-3v for guile-user@m.gmane.org; Fri, 19 Aug 2016 09:39:30 +0200 Original-Received: from localhost ([::1]:55901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baeOi-0005Jt-9u for guile-user@m.gmane.org; Fri, 19 Aug 2016 03:39:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baeOH-0005CH-1p for guile-user@gnu.org; Fri, 19 Aug 2016 03:39:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1baeOB-0005nT-OO for guile-user@gnu.org; Fri, 19 Aug 2016 03:38:56 -0400 Original-Received: from world.peace.net ([50.252.239.5]:35386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baeOB-0005nK-Ku for guile-user@gnu.org; Fri, 19 Aug 2016 03:38:51 -0400 Original-Received: from pool-71-174-43-186.bstnma.east.verizon.net ([71.174.43.186] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1baeO7-000263-Ay; Fri, 19 Aug 2016 03:38:47 -0400 In-Reply-To: (Matthew Keeter's message of "Thu, 18 Aug 2016 17:44:46 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 50.252.239.5 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:12844 Archived-At: Matthew Keeter writes: > I wrote a computer-aided design (CAD) tool that you may find interesting. > > It=E2=80=99s a solid modeling tool that uses Guile scripts to define obje= cts (and > constructive solid geometry + functional representations under the hood). Sounds very interesting! > Project page: http://www.mattkeeter.com/projects/ao/ > Source: https://github.com/mkeeter/ao The names 'ao' and 'libao' are already taken by a widely-used cross platform audio library. See http://www.xiph.org/ao/ Mark