On Apr 8, 7:14 pm, Artur <[email protected]> wrote: > On Apr 6, 8:32 pm, Jeff Kunkle <[email protected]> wrote: > > > Is this similar to the wxNode project?https://github.com/joeferner/wxNode > > Yes, it's similar in spirit. I've worked hard to make it work cross- > platform out-of-the-box via `npm install` though (Windows, Mac), > without requiring the installation of external libraries. (Couldn't > make that work for Linux because of the diversity of dependencies I'm > not familiar with, and b/c it's hard/heavy to build Qt statically; so > for the moment you need to install Qt on Linux). > > -- > Artur Adib > Mozilla Labshttp://twitter.com/arturadib
Very cool. It would be nice if we could figure out how to integrate qt without relying on `setInterval(qt.processEvents, 0)`. -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
