Show HN: My iOS5 app using CoreImage and Twitter integration
getspookify.com
Show HN: My iOS5 app using CoreImage and Twitter integration
1–10 of 11 posts
Re: Show HN: My iOS5 app using CoreImage and Twitter integration
#2Ughh, the link is broken at the moment, stupid EC2 Elastic IP screwed up my instance and therefore my DNS. Here's a link to the app, http://bit.ly/spookify in the meantime...
Re: Show HN: My iOS5 app using CoreImage and Twitter integration
#3Besides putting it on hacker news, how do you plan to promote your app?
Re: Show HN: My iOS5 app using CoreImage and Twitter integration
#4Besides putting it on hacker news, how do you plan to promote your app?
Honestly, it was just a fun project that let me experiment with the new CoreImage API's, but also make something fun, polished and worth a buck. With the new camera in the iPhone4S and everyone upgrading to iOS5, the photo apps are going to explode.
Re: Show HN: My iOS5 app using CoreImage and Twitter integration
#5What was your experience with CoreImage like? Is the accelerated rendering noticeably faster than compositing with CG?
Re: Show HN: My iOS5 app using CoreImage and Twitter integration
#6Spookify is like a halloween version of Instagram :)
Re: Show HN: My iOS5 app using CoreImage and Twitter integration
#7What was your experience with CoreImage like? Is the accelerated rendering noticeably faster than compositing with CG?
So the rendering is definitely faster but I think the biggest advantage to non-computer graphics engineers is in the available API's over the actual improvement in rendering time, at least with what I ended up doing with it.
Re: Show HN: My iOS5 app using CoreImage and Twitter integration
#8Looks like a well done app, not very original, but that doesn't mean much. If you can position it right and gain some traction, you should be able to hit the top of the charts by halloween
Re: Show HN: My iOS5 app using CoreImage and Twitter integration
#9Nice. Another similar app is http://www.demoncam.com/
Re: Show HN: My iOS5 app using CoreImage and Twitter integration
#10Nice!
When I played around with CI I noticed that a lot of filters were still missing, almost all the filters I needed... how are your findings in this regard?