From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7a0d071bb28c1d5190453f39024cc60b@plan9.ucalgary.ca> To: 9fans@cse.psu.edu Subject: Re: [9fans] Some questions From: mirtchov@cpsc.ucalgary.ca In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 28 Jan 2004 08:32:51 -0700 Topicbox-Message-UUID: c32f7d9c-eacc-11e9-9e20-41e7f4b1d025 > 2) What is the status of libcontrol? I am not asking about stability but > about its design. Are you satisfied with it or you lack ( time | > resources | better ideas )* to build somesting else? I had modified Charles Forsyth's 2e MineSweeper for 3e to use the control(2) library heavily -- each square on the grid was a control widget, all sharing the same channel on which the main chunk of the code sent messages around. the control library also took care of displaying the bitmapped images. http://pages.cpsc.ucalgary.ca/~mirtchov/lanlp9/minesweeper/ I found libcontrol perfectly capable of standing on its own. At the time I was unhappy how some of the components behaved, but changing them also proved painless. It broke when 4e came out (I just found out recently) due to a change in the control message convention. I haven't bothered to rewrite it (it was just an exercise in using libcontrol) because it was superseded by a more colourful and correct interpretation of windows' MineSweeper: http://www.vitanuova.com/plan9/co/mines andrey