Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /var/www/wordpress4/wp-includes/compat.php on line 502

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MT_Import has a deprecated constructor in /var/www/wordpress4/wp-content/plugins/movabletype-importer/movabletype-importer.php on line 32

Deprecated: Function create_function() is deprecated in /var/www/wordpress4/wp-content/plugins/wp-slimstat/wp-slimstat.php on line 1882

Deprecated: Function create_function() is deprecated in /var/www/wordpress4/wp-content/themes/graphy/inc/widgets.php on line 85

Deprecated: Function create_function() is deprecated in /var/www/wordpress4/wp-content/themes/graphy/inc/widgets.php on line 200
June 2010 – NIT-Universe
Notice: Undefined index: country in /var/www/wordpress4/wp-content/plugins/wp-slimstat/wp-slimstat.php on line 557

Invitation to CoreAnimation

Animating UIViewのエントリーでUIViewにラッパーされたCoreAnimationを使ってみたのだけど、今回はもう一歩CoreAnimationの世界に踏み込んでみる。とはいっても、アニメーションさせようっていうわけでなく、CoreAnimationで用意されている機能を使ってちょっとおいしいところを...

Exploring Into SuperCollider 4

前回までのところで、シンセサイザを作り(SynthDef、Synth)、そのラッパクラス(Synth)を使いクライアント(sclang)からサーバ(scsynth)を操作できるというところまでたどり着いた。 SynthDefのコンストラクタの2つめの引数ugenGraphFuncで渡される関数オブジェクトの引数が、すな...

Animating UIView

OSXのLeopardからCoreAnimationというフレームワークが追加された。それによってCoverFlowなんかを実現している。それまでは空間的な管理しか行わなかったGUIシステムにおいて、時間の管理もOSが面倒を見てくれるようになったというのが、CoreAnimationのキモなのではないかと思う。 そして...