From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.devel Subject: Re: clutter integration in the xwidget branch Date: Tue, 28 Jun 2011 10:03:42 +0200 Message-ID: <87ei2ejsbl.fsf@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309248287 11631 80.91.229.12 (28 Jun 2011 08:04:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2011 08:04:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 28 10:04:44 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QbTHn-0007Bl-I6 for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2011 10:04:43 +0200 Original-Received: from localhost ([::1]:45961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbTHm-0001Fk-HH for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2011 04:04:42 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbTHN-0001F7-Uw for emacs-devel@gnu.org; Tue, 28 Jun 2011 04:04:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbTHM-0001AP-AL for emacs-devel@gnu.org; Tue, 28 Jun 2011 04:04:17 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:48457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbTHL-0001AH-W3 for emacs-devel@gnu.org; Tue, 28 Jun 2011 04:04:16 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QbTHI-000710-Qw for emacs-devel@gnu.org; Tue, 28 Jun 2011 10:04:12 +0200 Original-Received: from uni14-1-82-233-220-106.fbx.proxad.net ([82.233.220.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Jun 2011 10:04:12 +0200 Original-Received: from antoine.levitt by uni14-1-82-233-220-106.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Jun 2011 10:04:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: uni14-1-82-233-220-106.fbx.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141114 Archived-At: 28/06/11 09:05, joakim@verona.se > I did a preliminary "hello world" type xwidget using clutter-gtk. > > Information about clutter: > http://www.clutter-project.org/ > > My example just loads a hard coded svg file into a clutter canvas inside > emacs. This happens through librsvg->cairo->clutter-gtk. The example is > much speedier than our current svg support, but can be optimised more > still. > > So what's missing to get an animated GPU accelerated Gnu herd jumping about in Emacs? > > - research how to implement MVC with Clutter > > - research proper lisp bindings for Clutter. (so you need to read and > respond to my other thread. You guys spend too much time trolling about > mail setting and too little on my important threads :) Possibly one > could benefit from Guile Clutter? FWIW, I (and probably others) am very interested in your work, and am looking forward to the day I can run mplayer/chrome/a pdf viewer from the comfort of my emacs. I just don't answer for lack of knowledge :)