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.
linux
下载
openFrameworks
安装指南
windows
下载
openFrameworks
安装指南
mobile
手机端openFrameworks与桌面版功能一样,在此基础上添加了加速计、指南针、GPS等手机特性功能
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.
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.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律