From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 25 Aug 2011 20:33:35 +0200 Message-ID: From: david jeannot To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] plan9port: cocoa programmer needed Topicbox-Message-UUID: 15a8dd34-ead7-11e9-9d60-3106f5b1d025 > It is possible that we just need to tweak the > headers to get Carbon to build again, but Cocoa is > obviously the right long term plan. I have a "working" Cocoa version of Devdraw for OS X Lion: I'm using it with Acme to write this email. There is just the bare minimum: no menu but 'Quit', no fullscreen but OS X Lion's fullscreen, no "Multitouch" support. It answers to the following gesture events though: swipe-left to cut (cmd+x), swipe-right to paste (cmd+v), swipe-up to execute (button 2), swipe-down to execute with arguments (2-1 chord), pinch to toggle fullscreen. I will send my code at the end of next week: I still need time to clean it and to try to resolve some imperfections and inconsistencies.