2010年4月8日のブックマーク (2件)

  • Flash コンテンツパフォーマンス最適化 (CPU 編) - akihiro kamijo

    引き続き Optimizing Performance for the Flash Platform から、CPU の使用率を削減するための Tips です。 最初は、デバイス上での Flash Player 10.1 の新機能 3 点です。 スリープモード Flash Player 10.1 はアプリケーションが中断されたことを検知するとスリープモードになる スリープモードではフレームレートが 4 fps になり、描画は行われない スリープモード中はイベントが発生しない AIR にはスリープモードは無い ポーズとレジューム Flash Player 10.1 はコンテンツがスクリーン上に表示されない状態になると再生を停止 (ポーズ) し、表示されると再生を再開 (レジューム) する ポーズ時には積極的にメモリの開放も行われる ポーズが起きるのはコンテンツがページのスクロールなどにより完全

    thamaguti
    thamaguti 2010/04/08
    optimize 2
  • The Lessons | Learning WebGL

    I’ve been creating a series of lessons as a way of teaching myself WebGL. The first ten are based on the well-known NeHe OpenGL tutorials, but I’ve diverged since then. Here are the ones so far. If English isn’t your first language, you might like these translations of the lessons: Chinese: 课程中文版 Spanish: español Japanese: 日語でのレッスン Lesson 0: Getting Started shows you how to download, install and

    thamaguti
    thamaguti 2010/04/08
    WebGL lesson