Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Caml-list] FRP and GTK

8 views
Skip to first unread message

Adrien

unread,
Apr 12, 2010, 5:44:49 PM4/12/10
to Caml Mailing List
Hi,

I've started to write a GUI with lablgtk and got stuck when trying to
"update" a persistent data structure from a callback. That made me
look at FRP and thought it would probably be worth a try..

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.

Thanks.

---

Adrien Nader

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Satoshi Ogasawara

unread,
Apr 14, 2010, 10:18:28 PM4/14/10
to Caml Mailing List
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

0 new messages