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: Tue, 23 Oct 2012 16:12:29 -0200 Message-ID: <20121023161229.13579eac@capac> References: 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 1351015992 22385 80.91.229.3 (23 Oct 2012 18:13:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2012 18:13:12 +0000 (UTC) Cc: guile-devel@gnu.org To: Javier Sancho Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Oct 23 20:13:20 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 1TQiyd-00011l-J8 for guile-devel@m.gmane.org; Tue, 23 Oct 2012 20:13:19 +0200 Original-Received: from localhost ([::1]:44489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQiyV-000797-PV for guile-devel@m.gmane.org; Tue, 23 Oct 2012 14:13:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQiyQ-00076z-5z for guile-devel@gnu.org; Tue, 23 Oct 2012 14:13:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQiyM-0000OQ-1N for guile-devel@gnu.org; Tue, 23 Oct 2012 14:13:06 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:56705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQiyL-0000Fp-RO for guile-devel@gnu.org; Tue, 23 Oct 2012 14:13:01 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 9FCE2A04C0DE; Tue, 23 Oct 2012 20:12:40 +0200 (CEST) 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 UBNmpkHYVQut; Tue, 23 Oct 2012 19:44:28 +0200 (CEST) Original-Received: from capac (unknown [139.82.89.157]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 02EDFA04C0DB; Tue, 23 Oct 2012 20:12:30 +0200 (CEST) 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:15027 Archived-At: Hello Javier, > I'm looking for a Guile module for OpenGL. I found GuileGL [1] and > guile-gl [2], but both seem abandoned, and Guile website says Mesa > interface is pending. > For the moment, I've started a new wrapper for GL using smobs so we can > play with garbage collection too. Guile has a wrapper to the ultra-hip clutter library :) See here: http://www.gnu.org/software/guile-gnome/ If you are interested and need help for installing, let me know... Cheers, David