====== SHPolygon ====== ---- dataentry extension ---- type : extension author_mail : shilo86@gmail.com Shilo White description : A Sparrow 2.X extension for polygon shapes and polygon-shaped images. lastupdate_dt : 2013-08-30 compatible : v2.0 depends : tags : polygon, shape, image, texture homepage_url : https://gist.github.com/6389843 download_url : https://gist.github.com/gists/6389843/download ---- ===== Usage ===== #import "SHPolygon.h" SHPolygon *polygon = [SHPolygon polygonWithRadius:100.0f numEdges:5 color:0xffffff]; [self addChild:polygon]; SHPolygonImage *polygonImage = [SHPolygonImage polygonImageWithContentsOfFile:@"image.png" radius:100.0f numEdges:360]; [self addChild:polygonImage]; ===== Demo Project ===== [[http://shilocity.net/sparrow/extensions/shpolygondemo/SHPolygonDemo.zip|{{http://shilocity.net/sparrow/extensions/shpolygondemo/screenshots/Screen%20Shot%202013-08-30%20at%206.29.55%20AM.png}}]] * Project: [[http://shilocity.net/sparrow/extensions/shpolygondemo/SHPolygonDemo.zip|SHPolygonDemo (Universal)]] * Video: [[http://shilocity.net/sparrow/extensions/shpolygondemo/videos/SHPolygonDemo.mov|SHPolygonDemo.mov]] * Screenshots: [[http://shilocity.net/sparrow/extensions/shpolygondemo/screenshots/|Screenshot Archive]] ===== Source Code ===== %gist(6389843)%