From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0I74-0004YH-L6 for qemu-devel@nongnu.org; Tue, 11 Jul 2006 09:17:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0I71-0004W0-MO for qemu-devel@nongnu.org; Tue, 11 Jul 2006 09:17:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0I71-0004Vx-Gi for qemu-devel@nongnu.org; Tue, 11 Jul 2006 09:17:15 -0400 Received: from [72.14.214.204] (helo=hu-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0I8L-00087T-7n for qemu-devel@nongnu.org; Tue, 11 Jul 2006 09:18:37 -0400 Received: by hu-out-0102.google.com with SMTP id 34so2815872hud for ; Tue, 11 Jul 2006 06:17:13 -0700 (PDT) Message-ID: <44B3A4D0.2040601@gmail.com> Date: Tue, 11 Jul 2006 16:17:04 +0300 From: =?UTF-8?B?TGluYXMgxb12aXJibGlz?= <0x0007@gmail.com> MIME-Version: 1.0 Subject: Re: wxWidgets and C: was Re: [Qemu-devel] QEMU GUI References: <44AC2667.8030008@gentoo.org> <44B356D7.9040704@sjsoft.com> <200607110740.25142.jasong@ccgr.org> In-Reply-To: <200607110740.25142.jasong@ccgr.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jason Gress wrote: > I know this is a lot different than the discussion so far, but has anyone > considered keeping SDL and using an SDL GUI similar to ZSNES? I did not check the source code, but it looks just like any other self-made bitmap-based SDL menu I have seen. It is like inventing yet another GUI toolkit. I am new around here, so I am a bit confused. What is this GUI all about? Is it about (a) replacing SDL with something else for drawing the contents of the window, or (b) providing GUI for configuring virtual machine options, just like numerous front-ends already do? I assume this is (a), as it is beyond me why would anyone want to do (b), when there already are front-ends for Windows, KDE, GTK+, Java, MacOS, etc.