From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sun, 10 Dec 2006 18:41:45 -0500 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Re: request: native graphics on OS X In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Topicbox-Message-UUID: efc611fe-ead1-11e9-9d60-3106f5b1d025 > Ok, my guilt is getting me to spend a couple of hours on this this > afternoon. > I'm assuming I just need to reimplement src/cmd/devdraw? I didn't mean to guilt anyone into action. Working on either src/cmd/devdraw or a new drawterm/gui-mac directory would be fine. You should look at the drawterm/gui-win32 directory either way, since it shows how much simpler the hook code can be if you're not trying to make remote network graphics work well. Russ