From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Tue, 22 Aug 2006 11:33:43 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] First attempts In-Reply-To: <9c44dc9b0608220926s262294f4jfd4ac64104ddff3a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a512eef2-ead1-11e9-9d60-3106f5b1d025 check out /sys/src/games. the drawing functions you need are mostly in graphics(2). you can use either threads(2) or event(2) for concurency. the event library is for simple programs; threads are pretty powerful but you'll need to do more programming before you get something working. fshalt will shutdown your filesystems. then reboot via vulcan nerve pinch or power switch. - erik