はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ノーベル賞

『CreateJS Blog』

  • 人気
  • 新着
  • すべて
  • Audio Sprite Support Added To SoundJS - CreateJS Blog

    3 users

    blog.createjs.com

    SoundJS has added support for Audio Sprites, available immediately in the NEXT version of SoundJS on GitHub. For those unfamiliar with audio sprites, they are much like CSS sprites or sprite sheets: multiple audio assets grouped into a single file. Benefits of Audio Sprites More robust support for older browsers and devices that only allow a single audio instance, such as iOS 5. They provide a wor

    • テクノロジー
    • 2014/03/28 02:59
    • JavaScript
    • Programming
    • Music
    • WebGL & EaselJS: a Technical Intro - CreateJS Blog

      9 users

      blog.createjs.com

      Our past experiments demonstrated that there is no benefit to building a general purpose WebGL renderer for EaselJS. Modern canvas implementations already do a great job at rendering arbitrary 2D content on the GPU, and they use native code to do the heavy lifting. We’re not going to beat them in JS. However, it is possible to realize huge performance benefits with WebGL if you place appropriate r

      • テクノロジー
      • 2014/01/29 13:51
      • CreateJS
      • WebGL Support in EaselJS - CreateJS Blog

        12 users

        blog.createjs.com

        Please note that SpriteStage & SpriteContainer classes are now deprecated and have been replaced by the much faster and easier to use StageGL! As WebGL becomes more widely supported in browsers, we’re proud to announce that after working in collaboration with Mozilla, a shiny new WebGL renderer for EaselJS is now in early beta! Following research, internal discussions, and optimizations, we’ve man

        • テクノロジー
        • 2014/01/17 07:52
        • CreateJS
        • WebGL
        • New Releases of CreateJS posted! - CreateJS Blog

          3 users

          blog.createjs.com

          We are happy to announce that another tagged dot-release of CreateJS has been pushed live to GitHub! We have worked hard on stabilizing the libraries and APIs, and have made lots of great improvements in this release. EaselJS Updates to mouse interaction, events, and features Lots of documentation updates, corrections, and better code samples Bug fixes, including several identified by the communit

          • テクノロジー
          • 2013/12/18 13:34
          • Width & Height in EaselJS - CreateJS Blog

            3 users

            blog.createjs.com

            Update: Limited support for calculating bounds has been added. Read more here. I get asked a lot why EaselJS does not support width and height values on DisplayObject instances. It’s an obvious feature to add, and would enable a lot of secondary functionality. On the surface it seems like it would be easy to implement, but gets a lot messier when you start digging in. Shapes Vector shapes are one

            • テクノロジー
            • 2013/07/21 17:41
            • JavaScript
            • Programming
            • CreateJS Blog

              4 users

              blog.createjs.com

              The latest version of TweenJS (1.0) has a completely rebuilt plugin model, and ships with a much more robust set of plugins. … Continue reading → Scaling and Stretching with the ScaleBitmap Class We are always looking for ways to optimize, simplify, or create better workflows in CreateJS, and the ScaleBitmap is a great example of this. Using an old Flash approach, the ScaleBitmap class, shipped in

              • テクノロジー
              • 2013/02/14 10:07
              • javascript
              • blog

              このページはまだ
              ブックマークされていません

              このページを最初にブックマークしてみませんか?

              『CreateJS Blog』の新着エントリーを見る

              キーボードショートカット一覧

              j次のブックマーク

              k前のブックマーク

              lあとで読む

              eコメント一覧を開く

              oページを開く

              はてなブックマーク

              • 総合
              • 一般
              • 世の中
              • 政治と経済
              • 暮らし
              • 学び
              • テクノロジー
              • エンタメ
              • アニメとゲーム
              • おもしろ
              • アプリ・拡張機能
              • 開発ブログ
              • ヘルプ
              • お問い合わせ
              • ガイドライン
              • 利用規約
              • プライバシーポリシー
              • 利用者情報の外部送信について
              • ガイドライン
              • 利用規約
              • プライバシーポリシー
              • 利用者情報の外部送信について

              公式Twitter

              • 公式アカウント
              • ホットエントリー

              はてなのサービス

              • はてなブログ
              • はてなブログPro
              • 人力検索はてな
              • はてなブログ タグ
              • はてなニュース
              • ソレドコ
              • App Storeからダウンロード
              • Google Playで手に入れよう
              Copyright © 2005-2025 Hatena. All Rights Reserved.
              設定を変更しましたx