xcode 我在哪里可以找到 Core Image Fun House 应用程序
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10939346/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where can I find Core Image Fun House App
提问by K_C
I know this isn't a technical question, but I'm hoping other developers here can help me. I'm getting started on a project that will require leveraging CIFilters and I know in previous versions of Xcode, Core Image Fun House was bundled in. I can't find it anywhere on my machine and I've also downloaded the additional developer tools from the Apple Dev site.
我知道这不是技术问题,但我希望这里的其他开发人员可以帮助我。我正在开始一个需要利用 CIFilters 的项目,我知道在以前版本的 Xcode 中,捆绑了 Core Image Fun House。我在我的机器上找不到它,我还下载了其他开发人员工具来自 Apple Dev 网站。
Is Core Image Fun House not supported and distributed anymore? If not, does anyone have another app where I can mess around with the various CIFilter options before writing the actual code? That will likely speed up developing and make it less guess and check.
是否不再支持和分发 Core Image Fun House?如果没有,有没有人有另一个应用程序可以让我在编写实际代码之前处理各种 CIFilter 选项?这可能会加快开发速度并减少猜测和检查。
Thanks for any advice!
感谢您的任何建议!
回答by orta
This blog postshows you where to get it and how to compile it for a modern version of the operating system.
这篇博文向您展示了从何处获取它以及如何为现代版本的操作系统编译它。
回答by Brian
Looks like it's been deprecated: https://developer.apple.com/legacy/library/samplecode/FunHouse/Introduction/Intro.html
看起来它已被弃用:https: //developer.apple.com/legacy/library/samplecode/FunHouse/Introduction/Intro.html
回答by Chris Conover
As mentioned previously, the link posted by @TOMATO is for the deprecated version. The new version, and other WWDC 2013 code, is available via these steps:
如前所述,@TOMATO 发布的链接适用于已弃用的版本。新版本和其他 WWDC 2013 代码可通过以下步骤获得:
- Navigate to :https://developer.apple.com/wwdc/resources/
- Click on WWDC 2013 Sample Code
- (Log in)
- Download iOS_CIFunHouse.zip and iOS_DeHaze.zip
- 导航到:https: //developer.apple.com/wwdc/resources/
- 点击 WWDC 2013 示例代码
- (登录)
- 下载 iOS_CIFunHouse.zip 和 iOS_DeHaze.zip
Credit to the Core Image evangelist, Allan Schaffer.
感谢 Core Image 布道者 Allan Schaffer。