From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id E1D58BC57 for ; Thu, 15 Apr 2010 04:18:20 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AosCAPoTxkvY5v4vmWdsb2JhbACbWxUBAQEBAQYNCgcRIr4/hQ0Egyc X-IronPort-AV: E=Sophos;i="4.52,209,1270418400"; d="scan'208";a="60727520" Received: from amout07.alpha-mail.net ([216.230.254.47]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 15 Apr 2010 04:18:20 +0200 Received: from webarc04.alpha-mail.jp (webarc04.alpha-mail.jp [216.230.254.84]) by amout07.alpha-mail.net with ESMTP id o3F2IEe4032172; Thu, 15 Apr 2010 11:18:14 +0900 X-Virus-Scanned: amavisd-new at Alpha-Mail Out Received: from ltsub.alpha-mail.net (ltsub.alpha-mail.net [216.230.254.26]) by webarc04.alpha-mail.jp (Postfix) with ESMTP id A0B3A1C080CB; Thu, 15 Apr 2010 11:18:11 +0900 (JST) Received: from [192.168.0.101] (196.62.205.61.west.global.alpha-net.ne.jp [61.205.62.196]) by ltsub.alpha-mail.net (Alpha-mail) with ESMTP id 496A73B80A7; Thu, 15 Apr 2010 11:18:14 +0900 (JST) From: Satoshi Ogasawara To: Caml Mailing List In-Reply-To: Subject: Re: FRP and GTK References: Message-Id: Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Thu, 15 Apr 2010 11:18:13 +0900 Cc: Adrien X-Mailer: Apple Mail (2.936) X-Spam: no; 0.00; gtk:01 gtk:01 ocaml:01 sprite:98 wrote:01 objects:02 labels:03 library:03 library:03 repository:03 gui:03 gui:03 frp:04 frp:04 images:93 On 2010/04/13, at 6:44, Adrien wrote: > Is there any FRP library I can use with GTK? I think I saw something > about React and gtk but I can't find it anymore. I'm not afraid of > working on that aspect myself but wanted to know if there was already > something or maybe at least some work on that. You may be interested in Amthing( https://forge.ocamlcore.org/projects/amthing/ ) is, under development, a FRPed GUI library written by OCaml. Amthing dose not have GUI components yet, but has simple sprite system ( labels, images, rectangles and any visible objects can be puted on screen). It's already work well on X11. You can read some examples in the source repository. Regards, ogasawara