From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: uzibalqa Newsgroups: gmane.emacs.help Subject: Re: Make GUI for application Date: Tue, 12 Sep 2023 18:51:11 +0000 Message-ID: <4Q8D4FhdgijFUVlEqIlO6gVLeoS0vpMqaRFb2sW-jZjFKLT5OseCIvjL_yKjpvVzvAFBC8lKy5zT30Ifh27H_F1F8bQz4GQH0G2wH0lIeVw=@proton.me> References: <88f8c04a-30a4-4e51-94ad-97161e70db01@starynkevitch.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22780"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Basile Starynkevitch Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Sep 12 20:52:21 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qg8Um-0005hF-Kj for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 12 Sep 2023 20:52:20 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qg8U7-0002e9-K8; Tue, 12 Sep 2023 14:51:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qg8U3-0002e0-QW for help-gnu-emacs@gnu.org; Tue, 12 Sep 2023 14:51:36 -0400 Original-Received: from mail-4325.protonmail.ch ([185.70.43.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qg8Ty-0005wk-Rc for help-gnu-emacs@gnu.org; Tue, 12 Sep 2023 14:51:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1694544687; x=1694803887; bh=Uq9hmMKdotWcZFKW/vAhQTxDmYrTKZtawnXFR8lfJCA=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=Hm/ce/wsFT+zC70pdGjiHWWUJJjy+ffLJNfGyIxW3AuX+dwv01rhO3iVF6W77Gk4x tbE+cazCS0Jp6cbzp8P9S5svOWRj3A6ctplFzO9B0mkJ1FxTMzW6wjLoBIhbxcGp+1 5nmh1zIree5qI5RG2MRTeTZK5SzCKEmX0jupFRihsreqsxiqv7I/lqnY2hPJ/qCCAn WOk4GKgZtheI79FIcRt0inf5s73Dr8gxs51W3Mk0Iis4jMjT+YwsJat12IubkgBAXa +WJOfvr0AA2zSvB1bGIqtm57wCVhfspHRLHy2m1pxNVzB0JiG6DsEiW3w2KEux/AZS FjuVfgpUG4eig== In-Reply-To: <88f8c04a-30a4-4e51-94ad-97161e70db01@starynkevitch.net> Feedback-ID: 52887082:user:proton Received-SPF: pass client-ip=185.70.43.25; envelope-from=uzibalqa@proton.me; helo=mail-4325.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145116 Archived-At: Sent with Proton Mail secure email. ------- Original Message ------- On Wednesday, September 13th, 2023 at 5:12 AM, Basile Starynkevitch wrote: > On 9/12/23 18:56, uzibalqa wrote: >=20 > > I want to make a GUI for an application I am writing. What would people= recommend I use that > > is Free Software as defined by the FSF ? What does Emacs use for its GU= Is ? >=20 >=20 > Maybe you want to use some open source graphical user interface > toolkits. On Linux systems there are many of them: >=20 > https://en.wikipedia.org/wiki/List_of_platform-independent_GUI_libraries >=20 >=20 > On my Linux system (on which I download then recompile GNU emacs from > its source code every day) GNU emacs is using GTK. >=20 > https://gtk.org/ >=20 > But you could consider using other open source toolkits like > https://www.qt.io/ or https://www.fltk.org/ or http://fox-toolkit.org/ > and many others. What is the most useful right now besides GTK ? =20 > % /usr/local/bin/emacs-trunk --version >=20 > GNU Emacs 30.0.50 > Development version 2b6928edb978 on master branch; build date 2023-09-12. > Copyright (C) 2023 Free Software Foundation, Inc. >=20 > If I run /usr/bin/ldd /usr/local/bin/emacs-trunk the output has more > than a hundred lines (libaries used directly or indirectly by GNU emacs) >=20 > If I run /usr/local/bin/emacs-trunk /proc/self/maps 149 lines are shown. >=20 >=20 > By the way, my pet open source project is the RefPerSys open source > inference engine, see https://github.com/RefPerSys/RefPerSys/ and > amateurish website http://refpersys.org/ >=20 > (contributors to RefPerSys are welcome) >=20 >=20 > Regards from near Paris in France. >=20 > -- > Basile Starynkevitch basile@starynkevitch.net >=20 > (only mine opinions / les opinions sont miennes uniquement) > 92340 Bourg-la-Reine, France > web page: starynkevitch.net/Basile/