openFrameworks Download

{

  https://openframeworks.cc/zh_cn//download/

}

0.10.1

是最新发布的版本。 这个版本是修改了一些BUG的小版本,与版本 0.10.1100%兼容而且与新版本也兼容。 查看 变化日志,看看与之前版本的变化

To use openFrameworks you will need an IDE, and the setup guide for your platform can walk you through this. Please post any bugs on the issues page, and post to the forum if you have any other questions. openFrameworks is distributed under the MIT License.

osx

下载
openFrameworks

osx


安装指南

xcode

qt creator (experimental)

emscripten

linux

下载
openFrameworks

linux gcc6 or later

linux gcc5 / linux gcc4


安装指南

linux install

qt creator

emscripten

windows

下载
openFrameworks

visual studio (2017)

qt creator / msys2


安装指南

visual studio

qt creator

msys2

mobile

手机端openFrameworks与桌面版功能一样,在此基础上添加了加速计、指南针、GPS等手机特性功能

ios

osx only


下载
openFrameworks

xcode


安装指南

xcode

android

下载
openFrameworks

android


安装指南

android studio

linux arm

openFrameworks for arm boards running linux like Raspberry Pi, Beaglebone (black), Pandaboard, BeagleBoard and others.
We have setup guides for some of the most common boards but it should work on any armv6 and armv7 board.

linux armv6

下载
openFrameworks

linux armv6


安装指南

raspberry pi

linux armv7

下载
openFrameworks

linux armv7


安装指南

pandaboard

generic armv7


We release openFrameworks as an uncompiled library. This means that when you download and unzip openFrameworks, you will see the following folders: 'addons/', 'apps/', 'libs/', and a few more. These folders contain openFrameworks completely, so if you want to keep multiple versions of openFrameworks on your computer you should just create multiple folders. For example, one `of_v0.10.1_osx_release/` folder and one `of_v0.10.0_osx_release/` folder, each with their own `apps/` folder. Even when new versions of openFrameworks are released, your old apps will still compile with old versions of openFrameworks.

The examples folder is a great place to start. Inside examples you'll find a variety of examples that show what is possible with openFrameworks. They demonstrate font loading, graphics, audio input and output, sound file playback and FFT analysis, video grabbing, movie playing, image loading and saving, event handling, serial communication, and much more.

猜你喜欢

转载自www.cnblogs.com/YZFHKMS-X/p/11874028.html