Authentication-Results: mail-b.sr.ht; dkim=pass header.d=city17.xyz header.i=@city17.xyz Received: from mail.city17.xyz (mail.city17.xyz [45.91.101.53]) by mail-b.sr.ht (Postfix) with ESMTPS id 39D9711F080 for <~sircmpwn/public-inbox@lists.sr.ht>; Fri, 26 Feb 2021 08:55:53 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 112944E919 for <~sircmpwn/public-inbox@lists.sr.ht>; Fri, 26 Feb 2021 09:55:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=city17.xyz; s=dkim; t=1614329751; h=from:subject:date:message-id:to:mime-version:content-type:in-reply-to; bh=cqVAJj3VodQNmLND9u4pP66vMpnUuJwnQbQlwXMt4xo=; b=fxFt//vfgHm9ZV3sKp5D0pIxAfgGMylSxhoALDPVpjomartSxR65B/xXjqfzvRtqu2O9oi zWFXBFFYxFhQlbeh0JH7dfW/sKpWbqYENUYV/LR6LsUFql0OfFlBAX/SxG2a+lUzxyDip2 pZU17VExXzKSN8WTUSzwLaa4ZuPkAYB66B+NDyfiZcNXAS99/5jPgYe+3mfWjlk9Yp7yrX tXxD5VCWP+1xX8I8qiYGe/BgL4MSadyG9fmaWrlsGRpc8dyU3kHA1r/28JCNODWR6qlmws TA5xtHVXNoQixzelxGyDrcurxApx8Chip9s2xFejutg6bFP5zeSmvr+Ehj6ELA== User-agent: mu4e 1.4.15; emacs 27.1 From: jman To: ~sircmpwn/public-inbox@lists.sr.ht Subject: Re: electron alternatives: wayland-like widget toolkits/GUI frameworks In-Reply-To: <871rd7icvp.fsf@timmydouglas.com> Message-ID: <87ft1knjiq.fsf@nyarlathotep> Date: Fri, 26 Feb 2021 09:55:49 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Last-TLS-Session-Version: TLSv1.3 > 1. Has anyone created a realistic alternative to HTML/CSS--maybe a > binary DOM that has a reasonable API for manipulation? I supposed it'd > also need some sort of rendering engine As additional data point I'll mention an effort to make a standalone executable wrapper around a web application by using Webkit instead of Electron: https://tauri.studio/ I have tested it on a VueJS web application and it works (ish). It's still the same HTML+CSS+JS mess you mention but squeezed in a more compact executable. IIUC, Electron should be available for Wayland from March, 2021: https://github.com/microsoft/vscode/issues/109176#issuecomment-752134096