From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile OpenGL Date: Mon, 29 Oct 2012 15:41:10 -0200 Message-ID: <20121029154110.486efdf1@capac> References: <20121023161229.13579eac@capac> <87vcdvpups.fsf@googlemail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1351532514 10818 80.91.229.3 (29 Oct 2012 17:41:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2012 17:41:54 +0000 (UTC) Cc: Ian Price , Thien-Thi Nguyen , guile-devel@gnu.org To: Aleix Conchillo =?ISO-8859-1?Q?Flaqu=E9?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Oct 29 18:42:02 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TStLd-0005vm-39 for guile-devel@m.gmane.org; Mon, 29 Oct 2012 18:42:01 +0100 Original-Received: from localhost ([::1]:38544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStLU-0001KF-Qo for guile-devel@m.gmane.org; Mon, 29 Oct 2012 13:41:52 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStLR-0001K5-MH for guile-devel@gnu.org; Mon, 29 Oct 2012 13:41:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TStLQ-0005PK-PO for guile-devel@gnu.org; Mon, 29 Oct 2012 13:41:49 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:45107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStLQ-0005Jg-Jj for guile-devel@gnu.org; Mon, 29 Oct 2012 13:41:48 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 71980A04C0E8; Mon, 29 Oct 2012 18:41:26 +0100 (CET) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id sPUaYNqX2l92; Mon, 29 Oct 2012 18:13:04 +0100 (CET) Original-Received: from capac (unknown [139.82.89.157]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 376D3A04C0D1; Mon, 29 Oct 2012 18:41:13 +0100 (CET) In-Reply-To: X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 62.58.108.13 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15062 Archived-At: Heya lib wraper experts, > I also created a couple of python scripts to create the C and FFI > bindings template given a header file (under tools directory), you > might find them useful. Please let's all do the same and not reinvent the wheel, rather get the doc/scripts which exists better ... Andy updated the 'HACKING' file on top level git tree of guile-gnome and/or guile-clutter, which explains how to and how he did it, with an example... that's how guile-clutter has just been wraped ... Cheers, David