41
44

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

定番もなにも、まだ openFrameworks を使って何かをつくったことがないので、実際に開発者コミュニティで何がどう評価されているとか、よく使われてるとか、あれはもうレガシーだねといった 空気感 みたいなものはわからないので、

  • openFrameworksのディストリビューションに同梱されている
  • GitHubでスターが多い 1

といった客観的情報から、 定番「ぽい」アドオン を列挙していきたいと思います。あとで自分が勉強しやすいよう、アドオン名でググって出てきた 日本語解説記事も併記 しておきます。

(※随時更新していきます。ストックしておくと、更新通知が飛んでくるので便利です。)

##openFrameworks に同梱されているもの

openFrameworks for iOS のディストリビューションに同梱されているアドオン。

###ofx3DModelLoader

3ds形式の3DモデルをoFに読みこむ

###ofxAccelerometer

加速度センサーをoFで使う

###ofxAssimpModelLoader

ボーンアニメーション付きモデリングデータを読み込んでパースして表示してくれるアドオン(?)

Bokeh Particles from Saqoosha on Vimeo.

上記のSaqooshaさんのはソースコードがGitHubにあがってるらしく、

ofxUI, ofxXmlSettings, ofxOsc, ofxFft, ofxTween, ofxFx, ofxFenster, ofxAssimpModelLoader

を使ってるとのこと。

openFrameworksとArduinoと光センサーを使って部屋の明暗を検知して何か表現してみるテスト。

[oFSketch1] ドブえもんの明と暗 / Dobuemon's light & darkness from daijimachine on Vimeo.

###ofxGui

###ofxKinect

###ofxMultiTouch

###ofxNetwork

TCPとUDPを oF で使用する。

###ofxOpenCv

OpenCVを使用する。

###ofxOsc

Open Sound Control (アプリケーション間で主にサウンド情報をやりとりするプロトコル) を使用する。

###ofxSvg

###ofxThreadedImageLoader

###ofxVectorGraphics

Postscriptを生成し出力する。

###ofxXmlSettings

アプリケーションの設定をXML形式で読み込み/保存する。

###ofxiOS

##GitHubでStarが多いもの

###ofxFaceTracker

ASM face tracking addon based on Jason Saragih's FaceTracker.

###ofxUI

A User Interface Library/Addon for openFrameworks

###ofxOpenNI

Wrapper for OpenNI, NITE and SensorKinect

###

###

###

###

###

  1. 実は、 ofxAddons を見ればデフォルトでStar順でソートされるので、あまりここでわざわざリストにする意味はないかもしれません。ここまで書いて気付いたので、参考記事を併記することにしました。

41
44
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
41
44

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?