並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 27 件 / 27件

新着順 人気順

Canvas2の検索結果1 - 27 件 / 27件

  • MicrosoftがHTML5からcanvas 2Dの仕様からの分離を提案。 - k3akinoriのWebデザインの日々日記

    twitterでHTML5watcherをフォローしていたら気になる情報が。 HTML5watcher RT @p_g_: RT @t_trace: MSがCanvasをHTML5から外そうよって提案してる。してる。 RT @tweetmeme Microsoft Wants to Separat… HTML5watcher RT @HenrikJoreteg: Microsoft wants canvas removed from HTML5 [...]would reduce the need for Silverlight http://tr.im/CO9Y via @fak3r @jen… 早速それぞれの情報源にアクセスしました。リンク(いずれも英文です):一つ目の情報源、二つ目の情報源。 英語は苦手ですが、それぞれ何が書いているのか翻訳にチャレンジしてみました。一部はGoogle

      MicrosoftがHTML5からcanvas 2Dの仕様からの分離を提案。 - k3akinoriのWebデザインの日々日記
    • HTML5とCanvas 2Dの機能が完了した

      アーキテクチャ決定のためのシンプルなフレームワーク This article describes a framework for making architectural decisions using three building blocks: The company's own Technology Radar; Technology Standards; and Architecture Decision Records (ADRs). ...

        HTML5とCanvas 2Dの機能が完了した
      • CanvasデータをPNG/JPEG等の1枚画像に変換するJS「Canvas2Image」:phpspot開発日誌

        Saving canvas data to image file This is a small library that lets you easily save a WHATWG canvas element as an imagefile. CanvasデータをPNG/JPEG等の1枚画像に変換するJS「Canvas2Image」。 Flashを使わずに、ブラウザ上でお絵かきして、画像に変換できます。 次のように、Canvasに対して1行で変換できます。。 var oCanvas = document.getElementById("thecanvas"); Canvas2Image.saveAsPNG(oCanvas); Canvasの使えないブラウザでは当然、使うことは出来ませんが、描画したものをそのまま画像にする、というのは使いどころがありそうです。

        • GitHub - joshmarinacci/node-pureimage: Pure JS implementation of the HTML Canvas 2D drawing API

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            GitHub - joshmarinacci/node-pureimage: Pure JS implementation of the HTML Canvas 2D drawing API
          • HTML5のcanvas2dの実装状況も調べてみた - IT-Walker on hatena

            ふと興味がわいたので、タグの実装状況に引き続き、こちらも調べてみました。 Canvasを実装しているブラウザが、HTML5仕様にあるCanvasRenderingContext2Dインターフェースの属性やメソッドのうち、どれくらい利用可能にしているかどうかをざっくり調べてみました。 例によってテスト方法はあまり厳密ではなく、「メソッドや属性がオブジェクトに定義されているかどうか(undefinedかどうか)」と言うものです。個々のメソッドが仕様通りに動作するかどうかまではテストしてないです。なので、この表で保証するのは「これらの属性・メソッドにアクセスしても『XXX is undefined』と言われる事はない」というところまでです。 最後の方の「drawImage(Canvas|Image|Video)」とか「createPattern(Canvas|Image|Video)」とかは、引

            • Canvas 2.0.0

              「キャンバス」とは新進の映像作家に自由な表現の場を与えるプロジェクト。これらの映像作品はスペースシャワーTVのチャンネルアイデンティティーを伝えるSTATION IDとしてオンエアされます。

              • GitHub - corbanbrook/webgl-2d: Canvas2D API in WebGL

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - corbanbrook/webgl-2d: Canvas2D API in WebGL
                • 【Canvas2Dとは】初心者がまず見るべきサイト・書籍まとめ | AndHA Blog

                  【Canvas2Dとは】初心者がまず見るべきサイト・書籍まとめ 公開日 : 2021.10.29 最終更新日 : 2022.10.06 コーディング 「WebGL」が多くのサイトで使われるようになって来ていますが、それに合わせて「Canvas2D」という言葉も多く聞こえて来るようになってきています。 Canvas2Dとは何のことか分からない人から学び初めの人に向けて、見るべき有料サイトや書籍をまとめました! ぜひ確認してみて下さい! 【Canvas2Dとは】canvasタグにおける「getContext(‘2d’)」って何?を説明します Canvas2Dのことを優しく例題を使いながら説明してくれています。 まずはこちらのサイトから概要を掴むのが良いかと思います。 https://blog.framinal.life/entry/2020/03/29/084651 canvasのgetCon

                    【Canvas2Dとは】初心者がまず見るべきサイト・書籍まとめ | AndHA Blog
                  • WebGLとCanvas2Dを併用してみる - Qiita

                    WebGLとCanvas2Dを併用できないかな〜とぼんやり考えてたら、以下のAPIを見つけました。 ・Canvasリファレンス なんと第1引数のimageにimg要素、canvas要素、video要素が指定できるとっ! これで描画して更新すれば、canvas2DにWebGL描画できそうなのでやってみました。 WebGL描画をCanvas2Dに描画 ソースはこんな感じです。 ここには書いてないですが、別途WebGLのcanvasをgetElementByIdし、変数canvasを渡しておきdrawImageの第1引数に指定します // WebGLのcanvasとは別に、2D用のcanvasタグをHTML側に作って参照する var can_2d = document.getElementById("2dcanvas"); var ctx_2d = can_2d.getContext("2d")

                      WebGLとCanvas2Dを併用してみる - Qiita
                    • The Canvas 2D API 1.0 Specification

                      Canvas 2D API Specification 1.0 W3C Editor's Draft 21 October 2009 This Version: http://dev.w3.org/html5/canvas-api/canvas-2d-api.html Latest Version: http://dev.w3.org/html5/canvas-api/canvas-2d-api.html Authors: The authors of this specification are the participants of the W3C HTML Working Group. Editors: Ian Hickson, Google, Inc. David Hyatt, Apple, Inc. Doug Schepers, W3C Eliot Graff, Microso

                      • Canvas 2Dリファレンス - とほほのWWW入門

                        <!DOCTYPE html> <html> <head> <title>CANVAS TEST</title> <!--[if lt IE 9]> // Explorer Canvasを読み込む <script src="js/excanvas.js"></script> <![endif]--> <script> window.addEventListener('load', function() { var cv = document.getElementById('cv1'); // 要素を得る if (!cv) { return; } var ct = cv.getContext('2d'); // 2D(平面)コンテキストを得る if (!ct) { return; } ct.fillStyle = '#ffcccc'; ct.fillRect(0, 0, cv.width,

                        • GitHub - devgeeks/Canvas2ImagePlugin: PhoneGap / Cordova plugin for iOS to save the contents of an HTML canvas to the device's Photo Library

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                            GitHub - devgeeks/Canvas2ImagePlugin: PhoneGap / Cordova plugin for iOS to save the contents of an HTML canvas to the device's Photo Library
                          • HTML5 Canvas, 2nd Edition

                            Read it now on the O’Reilly learning platform with a 10-day free trial. O’Reilly members get unlimited access to books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers. Flash is fading fast as Canvas continues to climb. The second edition of this popular book gets you started with HTML5 Canvas by showing you how to build interactive multimedia applica

                              HTML5 Canvas, 2nd Edition
                            • GitHub - gliffy/canvas2svg: Translates HTML5 Canvas draw commands to SVG

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - gliffy/canvas2svg: Translates HTML5 Canvas draw commands to SVG
                              • Canvas2Svg - Canvasの内容をSVG化

                                Canvas機能によってWeb上の表現力は格段に上がりました。同様にSVGも表現力を高めるのに役立っています。しかしCanvasはバイナリ、SVGはベクターと相容れない存在になっています。 この二つを結びつけられるライブラリがCanvas2Svgです。Canvasの内容をSVGとして出力できます。 Canvas2Svgの使い方 サンプルのコードです。とても簡単です。 var ctx = new C2S(500,500); ctx.fillStyle="red"; ctx.fillRect(100,100,100,100); var mySerializedSVG = ctx.getSerializedSvg(); //true here, if you need to convert named to numbered entities. サンプルです。これはCanvasで描かれています。

                                  Canvas2Svg - Canvasの内容をSVG化
                                • テレビアニメ「Canvas2 ~虹色のスケッチ~」はエンディングが特に必見!?

                                  2004年にPCソフトとして発売された人気タイトル「Canvas2 ~茜色のパレット~」のアニメ「Canvas2 ~虹色のスケッチ~」(以下、Canvas2)がいよいよスタートした。第1作目のPCソフト「Canvas ~セピア色のモチーフ~」は、ドリームキャストやPS2にも移植され、OVAも発売された人気タイトル。第2作目となる本作も放映前から数々のアニメ雑誌で大きく紹介されたり、PCからの移植となるプレイステーション2ソフト「Canvas2 ~虹色のスケッチ~」が2006年1月26日に発売が予定されているなど、その注目度の高さは相変わらず高い。 Canvas2は撫子学園を舞台に、主人公の上倉浩樹と美少女たちとの心の交流が描かれていく物語。高校までは画家の卵として将来を有望視されていた浩樹だったが、とある事件をきっかけに画家になる夢を諦めてしまっていた。そして、絵画への情熱を失いながらも、

                                    テレビアニメ「Canvas2 ~虹色のスケッチ~」はエンディングが特に必見!?
                                  • スピード感に酔える「カービィ☆グリーングリーンズ」&Smart Canvas2次予約中!/ OISHII ▸ Green Greens & Smart Canvas - tokyocabin 東京キャビン, music video press (based on my personal interest)

                                      スピード感に酔える「カービィ☆グリーングリーンズ」&Smart Canvas2次予約中!/ OISHII ▸ Green Greens & Smart Canvas - tokyocabin 東京キャビン, music video press (based on my personal interest)
                                    • Canvas2 〜虹色のスケッチ〜

                                      8/8 ■「Canvas2〜虹色のスケッチ〜(4)」発売! 5/3 ■ドラマCD「Canvas2〜ファーストKISSは、なに色?〜」の店頭発売日が5月26日に決定!! 4/17 ■『Canvas2』スケッチ4 ジャケットイラスト到着! 4/12 ■鷺ノ宮紗綾さん役の猪口有佳ファーストミニアルバム『Romancia』発売! 4/6 ■Canvas2 〜虹色のスケッチ〜 (3)が4月10日発売! 3/20 ■「Canvas2 〜虹色のスケッチ〜Beyond RED」「Canvas2〜虹色のスケッチ〜公式ビジュアルファンガイド」が3月24日発売! 3/16 ■第二回 キャラクター人気投票 第二次中間発表! 2/14 ■第二回 キャラクター人気投票 中間発表! 1/27 ■DVDスケッチ2 七尾奈留先生 描き下ろしジャケット到着!

                                      • 見た目も美しい WebGL と Canvas2D と SVG の全てのモードを比較できるフラットポリゴンメッシュデモ - WebGL 総本山

                                        HTML5 の技術と WebGL を比較! つい先日勧告となった HTML5 ですが、そのなかには多くのグラフィカルな機能に関するものも含まれています。 そのなかでも代表的で、尚且つ最近だいぶ広く利用されるようになってきているものに Canvas2D や SVG があります。 今回ご紹介するのは、それらの HTML5 による描画と、WebGL による描画とを比較できるサイトになります。 外見はシンプル 画像で見ると止まっているのでわかりにくいかと思いますが、サイトに訪れると、布状のメッシュがアニメーションしながらユラユラと動いている状態になっています。 マウスカーソルの位置が、まるでライトアップされたように明るく照らし出される様子が、シンプルながらもなんともキレイです。 右側の上のほうには、様々なパラメータを調整できるメニューインターフェースが用意されていて、この部分から描画するための方式

                                          見た目も美しい WebGL と Canvas2D と SVG の全てのモードを比較できるフラットポリゴンメッシュデモ - WebGL 総本山
                                        • Canvas2

                                          • Canvas 2Dベースの高速で軽量、さまざまなタイプのチャートに対応できるオープンソースのチャートライブラリ・「μPlot」

                                              Canvas 2Dベースの高速で軽量、さまざまなタイプのチャートに対応できるオープンソースのチャートライブラリ・「μPlot」
                                            • Canvas 2D: New docs, Path2D objects, hit regions – Mozilla Hacks - the Web developer blog

                                              Over the last year, a couple of new HTML Canvas 2D features were implemented in Firefox and other recent browsers, with the help of the Adobe Web platform team. Over on MDN, the documentation for Canvas 2D got a major update to reflect the current canvas standard and browser implementation status. Let’s have a look what is new and how you can use it to enhance your canvas graphics and gaming conte

                                                Canvas 2D: New docs, Path2D objects, hit regions – Mozilla Hacks - the Web developer blog
                                              • GitHub - play-co/webgl-2d: Canvas2D API in WebGL

                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                  GitHub - play-co/webgl-2d: Canvas2D API in WebGL
                                                • An introduction to the Canvas 2D API | HTML5 Doctor

                                                  If the alt;video width="300" height="150"> element is the poster boy of HTML5, then &lt;canvas> is definitely Danny Zuko. The &lt;canvas> element is (still) part of the HTML5 specification, but the 2D drawing API has been moved into a separate document (in case you go looking and can’t find it). &lt;canvas> has a wealth of features, like: drawing shapes, filling colours, creating gradients and pat

                                                  • Amazon.co.jp: Canvas2 ~虹色のスケッチ~ (1) (カドカワコミックスAエース): 児玉樹, FC01 FANDC.CO.JP: 本

                                                      Amazon.co.jp: Canvas2 ~虹色のスケッチ~ (1) (カドカワコミックスAエース): 児玉樹, FC01 FANDC.CO.JP: 本
                                                    • GitHub - jagenjo/litegraph.js: A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs

                                                      Renders on Canvas2D (zoom in/out and panning, easy to render complex interfaces, can be used inside a WebGLTexture) Easy to use editor (searchbox, keyboard shortcuts, multiple selection, context menu, ...) Optimized to support hundreds of nodes per graph (on editor but also on execution) Customizable theme (colors, shapes, background) Callbacks to personalize every action/drawing/event of nodes Su

                                                        GitHub - jagenjo/litegraph.js: A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs
                                                      • Canvas2D - TheSoftwareFactory

                                                        Canvas2D is a Javascript library, around the HTML5 Canvas element. In the near future it will offer a complete implementation of the HTML5 canvas specification across all browsers. Canvas2D also adds some small extensions that will make drawing illustrations easier. On top of the drawing functions, it ads the concept of shapes and events. Using these one can define interactive compositions of shap

                                                        1