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:30:30 -0700 Message-ID: References: <20121023161229.13579eac@capac> <87vcdvpups.fsf@googlemail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1351531855 4994 80.91.229.3 (29 Oct 2012 17:30:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2012 17:30:55 +0000 (UTC) Cc: Ian Price , Thien-Thi Nguyen , guile-devel@gnu.org To: Javier Sancho Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Oct 29 18:31:04 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 1TStAx-0002DJ-So for guile-devel@m.gmane.org; Mon, 29 Oct 2012 18:31:00 +0100 Original-Received: from localhost ([::1]:34698 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStAp-0006qj-LU for guile-devel@m.gmane.org; Mon, 29 Oct 2012 13:30:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStAd-0006hu-Hf for guile-devel@gnu.org; Mon, 29 Oct 2012 13:30:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TStAW-0001tR-Hv for guile-devel@gnu.org; Mon, 29 Oct 2012 13:30:39 -0400 Original-Received: from mail-la0-f41.google.com ([209.85.215.41]:65136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStAW-0001st-AR for guile-devel@gnu.org; Mon, 29 Oct 2012 13:30:32 -0400 Original-Received: by mail-la0-f41.google.com with SMTP id p5so4631053lag.0 for ; Mon, 29 Oct 2012 10:30:30 -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=iygpjbQg7JRolagqZSALNct8cVlKZHFnlkm8RwLlJ/s=; b=VXTOStLBKRK3rlTosTKXzPQwEv8WEoyuBoLdFSieIuArxxVzX+R7JFzMs61G+Bzf7s 937pqJFfsrSm+Hs1i5AgH/FZCwH4BiCSjgncUrqoWl7k8mRn14xJ1SJlRwL/LByjY93c udSvUZrmhrgAgm4p0jJKN52Z3BomfJGPxkXYovI54VxT8mjc1exVzNljWC+DsMQ5slIh HKOyz2AuuL4+rc7tnCB22JTzYz/2e9CfmE8dbUvSVlF5tArBQzkZcvpP13vXopAmsThm utoQdEqgWd4eKlBO6lPpt16tZUH0Pv95sIzfFRwncoDqMcGv7cr70toGqMkNPzfIvdui ItYw== Original-Received: by 10.112.48.133 with SMTP id l5mr12263779lbn.53.1351531830717; Mon, 29 Oct 2012 10:30:30 -0700 (PDT) Original-Received: by 10.112.162.170 with HTTP; Mon, 29 Oct 2012 10:30:30 -0700 (PDT) In-Reply-To: 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:15061 Archived-At: On Sat, Oct 27, 2012 at 11:03 PM, Javier Sancho wrote: > Ian Price wrote: >> http://www.nongnu.org/guile-sdl/ is still maintained, and should work on >> 2.0 [0]. It would be nice if any work on sdl bindings is either >> coordinated with ttn, with a view to be included in the existing >> guile-sdl, or if it were at the very least compatible. >> >> 0. It used to be necessary to make a small tweak, I forget if this is >> still the case. > > Thanks Ian. I discovered guile-sdl yesterday, reading ttn on sgf utils > at guile-user list. > > For the moment I'm working on opengl bindings. I want to use opengl > with sdl, so when guile-gl is ready, I'll test it with ttn guile-sdl. > > Maybe next week I'll publish a very first version of (opengl gl). > > Cheers. > Hi Javier, If you haven't done anything yet, I started to work in the OpenGL bindings a while ago. If you like it may be you can continue working on that. https://github.com/aconchillo/guile-gl 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. Best, Aleix