From: Sun Park Date: 2007-07-11T14:42:41+09:00 Subject: Re: Drawing polygons with Ruby/SDL ------=_Part_168708_22746032.1184132555229 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks, but what I want is drawing shapes with an array of points.. 2007/7/11, Steven Davidovitz : > > On Tue, 10 Jul 2007 09:34:31 +0900 > "Sun Park" wrote: > > > Hi. > > I'm learning to use Ruby/SDL to write a simple game. > > However, I have a trouble to find methods that draws polygons (SDL has > them > > and I thought Ruby/SDL also does.) > > How can I draw polygons using Ruby/SDL? > > Thank you. > > > > If you are talking about drawing circles, squares, etc, > you can use the Surface methods listed on the reference[1] > > Steven Davidovitz > > [1] http://www.kmc.gr.jp/~ohai/rubysdl_doc.en.html#label-59 > > > ------=_Part_168708_22746032.1184132555229--