並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 10 件 / 10件

新着順 人気順

NativeClientの検索結果1 - 10 件 / 10件

  • Monorail - nativeclient - Native code for web apps - Monorail

    About Monorail User Guide Release Notes Feedback on Monorail Terms Privacy

    • Monorail - nativeclient - Native code for web apps - Monorail

      About Monorail User Guide Release Notes Feedback on Monorail Terms Privacy

      • [ruby-core:45073] [PATCH] Ruby's port to NativeClient

        Subject: [ruby-core:45073] [PATCH] Ruby's port to NativeClient From: Yuki Yugui Sonoda <yugui@ o e o Date: Wed, 16 May 2012 12:34:09 +0900 Hello Matz and rubyists, Let me greet you from Google. Recently I wrote the attached patches: (1) Fixes --with-static-linked-ext --with-static-linked-ext configure flag has been broken for years. This patch fixes it. I'll commit this patch later. (2) Ruby's por

        • nativeclient - Native code for web apps - Monorail

          Please visit the new Native Client SDK website for information on creating web apps that use Native Client to run portable native code securely in the browser. Native Client is an open-source technology that allows you to build web applications that seamlessly execute native compiled code inside the browser. This Google Code project is for maintaining the Native Client implementation, including co

          • lucille development blog » Blog Archive » Ambient Occlusion demo for NativeClient

            NativeClient (NaCl) と呼ばれる x86 バイナリをほぼそのままブラウザで実行できるフレームワークが出たので、AO bench を NaCl に移植してみました. http://lucille.atso-net.jp/nacl/ao.html (NativeClient プラグインがインストールされている x86 マシンである必要があります. 処理速度が早いので、せっかくですからマウスでいじれるようにインタラクティブにしてみました) source http://lucille.svn.sourceforge.net/viewvc/lucille/angelina/nacl/ao/ 速度ですが、処理時間をブラウザに戻す仕組みがよくわからなかったので目視レベルで確認しました. ブラウザで動かしても速度がネイティブとちがうということはないです. 速度低下がほとんど無

            • NativeClientのC/C++モジュールをHTML/JSで呼び出す流れ - Qiita

              要素の配置 Native ClientのC/C++モジュールを呼び出すためには、以下の様なHTML、JSを配置する。 <script type="text/javascript"> /* イベント発生時の処理 */ function handleEvent(messageEvent) { /* embedの要素をidで取得する */ var embedElement = document.getElementById('embedId'); /* Native Clientに値を送信したり、受信したりする処理などを記述 */ embedElement.postMessage('hello');/* C/C++へ値を送信 */ /* 引数で、C/C++から値を受け取ったりする。*/ window.alert(messageEvent.data); } /* イベントに応じた処理(メソッド)を

                NativeClientのC/C++モジュールをHTML/JSで呼び出す流れ - Qiita
              • Yuki Yugui Sonoda on Twitter: "Now #ruby NativeClient port is just a proof of concept. But it is getting better."

                Now #ruby NativeClient port is just a proof of concept. But it is getting better.

                  Yuki Yugui Sonoda on Twitter: "Now #ruby NativeClient port is just a proof of concept. But it is getting better."
                • NativeClientのtrunkで各種ライブラリをビルドする手順 - Hello, world! - s21g

                  NativeClientのtrunkを使っている状況で、ImageMagickやexpatなどのライブラリをビルドして使えるようにする方法のメモです。 とりあえず、ビルド用のスクリプトは nacl_trunk/src/native_client_sdk/packages/scripts/ 以下にあります。実行すると、

                  • 『Monorail - nativeclient - Native code for web apps - Monorail』へのコメント

                    暮らし Monorail - nativeclient - Native code for web apps - Monorail

                      『Monorail - nativeclient - Native code for web apps - Monorail』へのコメント
                    • 塩と胡椒-NativeClientを試してみる- - masahirosuzuka's blog

                      GoogleがNativeClientなるものを公開したようなので試してみる. NativeClientとは? まずNativeClientとはなんぞや? 公式サイトはどうやらここのようだ. http://code.google.com/intl/ja/chrome/nativeclient/ Webブラウザの内部でx86のコードを走らせるためのオープンソーステクノロジーらしい. 公開されたばかりかと思いきや意外と古いらしい.2008年にはもうあったみたい. 略称はNaCl 塩化ナトリウム? 食塩? これが普及したら A「ここの処理重いんですけどどうします?」 B「塩で」 まあそれはいいとしてTechnologyOverviewをのぞいてみる. Why use Native Client? なぜNative Clientを使うのか Existing software components:

                      1