it's been a while since i've done any programming for fun...
confession: i googled trigonometry...i will post some nice ruby if i finish it
doesn't look like much but these are marionette style stick figures
imagine this type of thing:
and finally... stick man karma sutra (just kidding)class StickMan < JointedFigure...end
class RunningMan < StickMan...end$pdf = MyPDF.newm = RunningMan.newm.draw(100,200)m.draw(400,200,45) # running up a steep hill :)$pdf.save
1 comment:
You might need some color coding... or line patterns, I can't tell which part of your stick man is which :D
Post a Comment