[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-04-15 (02:18) |
From: | Satoshi Ogasawara <ogasawara@i...> |
Subject: | Re: FRP and GTK |
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