タグ

alchemyとactionscriptに関するnitoyonのブックマーク (4)

  • Flash 10, Massive amounts of 3D particles with Alchemy (source included). | UnitZeroOne

    Flash 10, Massive amounts of 3D particles with Alchemy (source included). Pushing around +300.000 3D particles, realtime, on screen, using Flash ? No problem, if you are using Adobe Alchemy & PixelBender to compile and run your code! During my session “professionally pushing pixels” at FITC Amsterdam this year, amongst other things, I talked about how to best utilize parts of the Flash Player to g

    nitoyon
    nitoyon 2009/03/20
    AlchemyとPixel Blenderで30万個のパーティクルをリアルタイム描画。Vector3DとAlchemyの連携は難しいので、Pixel Blenderで座標計算。30万回のループもAlchemyなら早い。ソースもあり。
  • Flashで数値計算を高速化する方法 - yukobaのブログ

    Flashで3Dなどでシュミレーションをすると、今後ますます高速な数値計算が求められると思います。Adobe MAXでの発表にあたり、数値計算のベンチマークをとっていったら、どんどん速くなっていったので、現状ここまで速くなったというのをまとめます。この件について、id:gyuque さんに激しく色々と教えてもらいました。深くお礼を申し上げます。 テスト内容 テスト内容として、要素数 100K のベクトルの内積を扱います。ベクトルの内積や行列の掛け算は、数値計算の最重要計算であり、かつ、ベクトルの内積は実装しやすいので、これにしました。ベンチマーク環境は、Win XP の Pentium4 3.2GHzです。2次キャッシュは 1MB なので、ベクトルは2次キャッシュに収まりきっていません。また、Flash Player は flashplayer_10_sa_debug.exe を使用してい

    Flashで数値計算を高速化する方法 - yukobaのブログ
    nitoyon
    nitoyon 2009/01/31
    AS3 の高速化手法。Vector使う、固定長にする、lengthをキャッシュする…など。LLVM のコンパイラは最適化してくれるので、Alchemy だと速くなる可能性がある。
  • Alchemy - Adobe Labs

    Project "Alchemy" is now the Flash C++ Compiler (FlasCC) FlasCC lets you bring existing C/C++ code to the web, with high performance, across browsers. Leverage the entire Flash Runtime API from C++, deliver full GPU accelerated graphics, and reach over a billion people with no install using C/C++. Learn more and start using FlasCC Adobe Labs: Home | Technologies | Download | Community | RSS Feeds

    nitoyon
    nitoyon 2008/11/18
    C/C++ のコードを AS3 に変換してFlashとして動かせるコンパイラ。
  • C言語をブラウザで実行、Ruby/Python/Perlも然り | エンタープライズ | マイコミジャーナル

    Mozillaの研究部門に所属しているAtul Varma氏のブログにおいて、Running C and Python Code on The Webのタイトルで興味深い内容が紹介されている。タイトルだけ見るとWebアプリケーションでC言語やPythonのコードを実行すると言う話のようだが… 同氏のブログによれば、Adobe Systems, Scott Petersen氏が現在C言語で作成したコードをTamarin仮想マシンで実行できるようにするツールチェインを開発しており、近々オープンソースソフトウェアとして公開するという。TamarinはAdobeからMozillaへ寄贈されたJavaScriptエンジンだ。Firefox 3.0には取り込まれていないが将来的にはTamarinベースのJavaScriptエンジン実装がFirefoxに取り込まれるとみられている。時期は未定だがFire

    nitoyon
    nitoyon 2008/07/11
    AdobeのSilverlight+Iron**対策。正式発表はしてないけど Adobe MAX で紹介してた。/ すべてがABCになる。
  • 1