Tag: Creative Coding

如何在Mac(macOS High Sierra)上安装openFrameworks

这是安装openFrameworks的指南,openFrameworks是用于创意编码的C ++工具包。 该教程最初发布在我的个人博客benwiz.io上 。 从GitHub存储库克隆openFrameworks 从官方版本下载并提取projectGenerator 测试openFrameworks以确保其正常工作 从应用商店下载Xcode。 然后,使用以下命令安装Xcode的命令行工具。 如果您还没有Homebrew,请安装它。 / usr / bin / ruby​​ -e“ $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” 使用Homebrew安装wget 。 酿造安装wget 克隆主分支。 git clone-递归git@github.com:openframeworks / openFrameworks.git && cd openFrameworks 下载外部依赖项。 / bin / bash脚本/osx/download_libs.sh 通过访问下载页面下载openFrameworks的正式版本,或直接下载v0.10.1。 将projectGenerator目录移动到克隆存储库中。 mv〜/ Downloads / of_v0.10.1_osx_release / projectGenerator /。 您现在可以删除下载的发行目录和zip。 rm -r〜/ Downloads / of_v0.10.1_osx_release * 打开projectGenerator应用程序。 打开projectGenerator / […]