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=1.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RDNS_NONE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 21555 invoked from network); 25 Aug 2021 13:11:52 -0000 Received: from unknown (HELO 4ess.inri.net) (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 25 Aug 2021 13:11:52 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 4ess; Wed Aug 25 07:28:21 -0400 2021 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1629890870; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=+SBpjUKXuHR30MUqrFjVpkC95wFciJv5ifrGVH5diLM=; b=4DSMd6vULqkk+Fh+JQLFJzLy16xNhynhiRI43adh3+/HI4bmsFpk8JvtaF6DHtDoqmYfX3 Df5oXzBh5FTUUAI80Jj7sc4iyvm2hyjtG9ShDOVVGuAHSTk6VZ3jiBsaEC0kpK9q6Gp1kt bFlBRSE6U8JKZj/YlRF9ymUwwl7V/+A= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id e97451f7 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Wed, 25 Aug 2021 04:27:50 -0700 (PDT) Message-ID: <3DD591728138416E599114DADBB02ADC@wopr.sciops.net> From: qwx Date: Wed, 25 Aug 2021 13:27:49 +0200 To: 9front@9front.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: YAML service callback component element solution Subject: Re: [9front] brought swar from 1ed sources Reply-To: 9front@9front.org Precedence: bulk > hi there folks, > > i ported games/swar to use libdraw instead of libg. the > gameplay is... funny? it reminds me of one of those > early LCD pocket consoles where you could see each > sprite of the animation on the screen. > > i also fixed enough to make it work after resizing > the window, and corrected the rendering to clear the > screen and draw the latest state. it seems the jerq > didn't have a framebuffer from which to pull the latest > image or didn't mind refreshing it, so you had to > constantly blit it all. > > > is it OK if it push it? > > > -rodri I think it would be nice to have this. I think you have commit access, if nobody objects, let's add it :) Thanks, qwx