From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=NICE_REPLY_A, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27570 invoked from network); 10 Dec 2020 15:06:04 -0000 Received: from ewsd.inri.net (107.191.116.128) by inbox.vuxu.org with ESMTPUTF8; 10 Dec 2020 15:06:04 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by ewsd; Thu Dec 10 10:01:01 -0500 2020 Received: from [192.168.0.16] ( [208.38.228.1]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 9dae9b41 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Thu, 10 Dec 2020 09:00:53 -0600 (CST) To: 9front@9front.org References: From: Jacob Moody Message-ID: <515345ad-3424-ab9b-3ff2-0b429e0f898a@mail.posixcafe.org> Date: Thu, 10 Dec 2020 09:00:53 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.3 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: non-blocking AJAX over SVG template rich-client shader realtime controller Subject: Re: [9front] Greetings! (and few questions) Reply-To: 9front@9front.org Precedence: bulk On 12/10/20 8:18 AM, telephil9@gmail.com wrote: > > If you want to write a graphical program in GO that works on plan9 > then you could take a look at duit (https://github.com/mjl-/duit). > I was never able to get duit to work completely on 9front, I had some success with a forked version of the p9p go tools that I had hacked on[0] but there seemed to be quite a few little differences to the environment that p9p gives vs what native plan9 gives you in practice. In particular I recall p9p devdraw always had the window top left corner be (0,0), which caused quite a few assumptions in duit. Also some issues on how to treat special characters like tab literals in text display. I could be remembering wrong, it has been a while since I tinkered with it. [0] https://github.com/majiru/go