From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile OpenGL Date: Mon, 29 Oct 2012 10:54:29 -0700 Message-ID: References: <20121023161229.13579eac@capac> <87vcdvpups.fsf@googlemail.com> <20121029154110.486efdf1@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1351533279 18273 80.91.229.3 (29 Oct 2012 17:54:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2012 17:54:39 +0000 (UTC) Cc: Ian Price , Thien-Thi Nguyen , guile-devel@gnu.org To: David Pirotte Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Oct 29 18:54:48 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 1TStXu-0003aB-VW for guile-devel@m.gmane.org; Mon, 29 Oct 2012 18:54:43 +0100 Original-Received: from localhost ([::1]:45924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStXm-0006d5-Mx for guile-devel@m.gmane.org; Mon, 29 Oct 2012 13:54:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStXj-0006cf-D2 for guile-devel@gnu.org; Mon, 29 Oct 2012 13:54:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TStXi-0000vx-Ez for guile-devel@gnu.org; Mon, 29 Oct 2012 13:54:31 -0400 Original-Received: from mail-la0-f41.google.com ([209.85.215.41]:60420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStXi-0000vk-7A for guile-devel@gnu.org; Mon, 29 Oct 2012 13:54:30 -0400 Original-Received: by mail-la0-f41.google.com with SMTP id p5so4651042lag.0 for ; Mon, 29 Oct 2012 10:54:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=w7lAK8iTcLSr77IN6Bbuk0NxtzZO5p+yN/KoKALnAhU=; b=Syu/f3AYw1+kv2ZCdwTXb9mIDo2g1eu1GOtH/MX2Bbm/B6H1JKS5DIhLarNX37maPr MDYR0GqKMSziDRXlaWvZ3dAxOX9Vppvb77Q/mjF+5FJVt2p/52zkriDgUVc4kLGEFEI6 ryv/Wi/87h8Nkq+sQVqEsX2/zGBadTmzwQ/l7vBdRevfEiC44MrY8UHZ8YleFN3w43FP DYIvMJ+ek3F4MN4hMo9X9/1lgqbx8MNPVMc3eaRJowPbyW9/BhS3UUT7Cw+2+unymHoz WPh5riY29YWHZXUeZSBfKyYGKiWWLgdOw8tBEI2cHP5k3tP5MSRFcic42O9uEX/cYKqJ eDgw== Original-Received: by 10.152.105.173 with SMTP id gn13mr28006735lab.41.1351533269201; Mon, 29 Oct 2012 10:54:29 -0700 (PDT) Original-Received: by 10.112.162.170 with HTTP; Mon, 29 Oct 2012 10:54:29 -0700 (PDT) In-Reply-To: <20121029154110.486efdf1@capac> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.41 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:15063 Archived-At: On Mon, Oct 29, 2012 at 10:41 AM, David Pirotte wrote: > Heya > lib wraper experts, > > 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 ... > Unfortunately, I am not an expert at all :-). Actually it was my first try to wrap a library and I don't even remember how I started, but certainly I didn't read the file you mention. May be I would have read it if I knew it existed :-). Thanks for the heads up! Aleix