Link: OpenFrameWorks at Ars Electronica on Pixelsumo.
“OpenFrameWorks, is a new open source, cross platform, c++ library, which was designed by Zachary Lieberman (US) to make programming in c++ for students accessible and easy. In it, the developers wrap several different libraries like opengl for graphics, quicktime for movie playing and capturing, and free type for font rendering, into a convenient package in order to create a simple, intuitive framework for creating projects using c++. It is designed to work in freely available compilers, and will run under any of the current operating systems”.
今年のArsでワークショップを開催していたOpenFrameWorksですが、いよいよパブリック版のリリースが近づいてきたようです。あちこちのブログで紹介されているくらいの内容しか知らないのですが、さまざまなメディア関連ライブラリを利用したプログラムをC++でシンプルに書けるようにするというもののようです。
C++は、仕事でずっと使っていたこともあって、最も慣れているプログラミング言語です。実行速度の面ではJavaなどと比較するとかなり有利なんですが、それと引き換えにちょっと敷居が高いところもあり、ここ2年ほどはあまり活用していませんでした。いい感じにC++の複雑さをラッピングしてくれるものだったら是非使ってみたいです。
コメント