X-Received: by 10.67.30.197 with SMTP id kg5mr1266389pad.36.1395943846609; Thu, 27 Mar 2014 11:10:46 -0700 (PDT) X-Received: by 10.50.221.99 with SMTP id qd3mr180071igc.6.1395943846497; Thu, 27 Mar 2014 11:10:46 -0700 (PDT) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!ur14no14718881igb.0!news-out.google.com!gi6ni490igc.0!nntp.google.com!ur14no14718849igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.os.linux.development.apps Date: Thu, 27 Mar 2014 11:10:45 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=92.18.12.74; posting-account=JoWATQoAAADhf_WIYHGIweAg3Ekx5slg NNTP-Posting-Host: 92.18.12.74 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7e189a2c-3a55-4cdb-9da7-5fe2523cedae@googlegroups.com> Subject: Re: GUI frameworks From: google.groups.DavidHart@dfgh.net Injection-Date: Thu, 27 Mar 2014 18:10:46 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1706 X-Received-Body-CRC: 1804681939 Xref: csiph.com comp.os.linux.development.apps:666 Hi, On Wednesday, 26 March 2014 12:50:38 UTC, Michael Welle wrote: > I wonder what framework/library/foo to use to implement a GUI these > days? Let's assume for a moment that I don't want to use QT or > GTK. What's left? FLTK? Motif? Japi? HTML using a web browser as a > frontend? Others? wxWidgets. It's cross-platform, a major selling-point being its native look-and-feel. > Language bindings for C, C++, Fortran and maybe Perl would be > nice. wxWidgets is a C++ toolkit, but it has various bindings; wxPython is easily the most active but, from your list, there's a wxPerl and a (defunct?) wxC. Regards, David