Hi,
I am really interested in this project, I think I can help you and answer your questions.
in fact, I wrote a jsdx-toolkit module before, which is a gui toolkit, based on clutter. I've done a lot works for gui things there and solved that garbage collection problem already.
For event handler, i also wrote a node-gcontext to integrate GLib event loop to node's uv. I think you can see my code.
Cheers,
Fred
--
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "nodejs" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nodejs/zOQPHIVaNX8/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to nodejs+un...@googlegroups.com.
wl = request "wayland/client"display = wl.connect()registry = display.get_registry()registry.listen {global: (args...) ->console.log(args)}display.roundtrip()
--
You received this message because you are subscribed to a topic in the Google Groups "nodejs" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nodejs/zOQPHIVaNX8/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to nodejs+un...@googlegroups.com.