並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 86件

新着順 人気順

Canvas2の検索結果1 - 40 件 / 86件

  • 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

                                                        • Drawing Sprites: Canvas 2D vs. WebGL

                                                          Lately I've seen a lot of graphics benchmarks that basically just test image blitting/sprite performance. These include Flying Images, FishIE, Speed Reading and JSGameBench(Update: I just saw the blog post for the WebGL JSGameBench. This further confirms my claim that WebGL is a better way to do sprites). They all try to draw a bunch of images in a short amount of time. They mostly use two techniq

                                                          • Editorial team for Canvas 2D Context from Paul Cotton on 2012-08-02 (public-html@w3.org from August 2012)

                                                            From: Paul Cotton <Paul.Cotton@microsoft.com> Date: Thu, 2 Aug 2012 17:28:48 +0000 To: "public-html@w3.org" <public-html@w3.org> CC: Rik Cabanier <cabanier@adobe.com>, Eliot Graff <Eliot.Graff@microsoft.com>, Jay Munro <jaymunro@microsoft.com>, "Tom Wiltzius (wiltzius@google.com)" <wiltzius@google.com>, Travis Leithead <travis.leithead@microsoft.com>, Erika Doyle Navara <Erika.Doyle@microsoft.com>

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

                                                                Amazon.co.jp: Canvas2~虹色のスケッチ~ (3) (カドカワコミックスAエース): 児玉樹, FANDC・CO.JP: 本
                                                              • ウォッチ!声優板:Canvas2公式サイトキャラクター人気投票がスゴイことに

                                                                「Canvas2 〜虹色のスケッチ〜」公式サイト上で行われているキャラクター人気投票がスゴイことになっている件について 806 名前:声の出演:名無しさん[sage] 投稿日:2005/11/14(月) 22:35:56 ID:PZ7jr8Gp0 おい、誰かCanvas2の人気投票、投票してあげろよwwwwwwwwwwwww 807 名前:声の出演:名無しさん[sage] 投稿日:2005/11/14(月) 23:03:37 ID:a3BS9RAz0 Uさん:それでは、キャラクター人気コンテスト。 10月20日現在の順位の発表です! 1位 鳳仙エリス 3票 2位 鷺ノ宮 紗綾 1票 3位 萩野可奈 1票 808 名前:声の出演:名無しさん[sage] 投稿日:2005/11/14(月) 23:04:26 ID:0Y4r9VTO0 >>806 あの票数見てさすがにヤバイ

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

                                                                    Amazon.co.jp: Canvas2~虹色のスケッチ~ (4) (カドカワコミックスAエース): FC01FANDC.CO.JP, 児玉樹: 本
                                                                  • It's always been you, Canvas2D  |  Blog  |  Chrome for Developers

                                                                    In a world of shaders, meshes, and filters, Canvas2D might not get you excited. But it should! 30–40% of web pages have a <canvas> element and 98% of all canvases use a Canvas2D rendering context. There are Canvas2Ds in cars, on fridges, and in space (really). Admittedly, the API is a bit behind the times when it comes to state-of-the-art 2D drawing. Fortunately we've been hard at work implementin

                                                                    • Canvas 2Dライブラリを作ろうとして感じたこととDisplayObject

                                                                      誰の役にも立たないゴミな記事です。 しかも長い。 ボンクラ脳でせっかくあれこれ考えたので書くけど、読まなくてイイよ。 Canvas API Canvasはなかなかステキなヤツです。 Flashの代わりにはなれないけど「近い」ことはできそうです。 iOS 8でWebGLも使えるようになり大きな足かせが取れ、ますます可能性が広がってきたと思います。 でも、Canvas APIを使って何かを作ろうとしてもローレベルなのでラップされたライブラリがあったりすると便利だったりします。 Canvas始めました – Canvas APIで遊んで(遊ばれて)わかったことをだらだらと Canvas APIで悪戦苦闘しているオレがいます。 おれメモ, Canvas系JavaScriptライブラリ一覧 この記事に書いた他にもたくさんのライブラリが公開されています。 UnityもVersion 5でCanvas書き

                                                                        Canvas 2Dライブラリを作ろうとして感じたこととDisplayObject
                                                                      • 狼と香辛料 とらドラ! Canvas2 コゼットの肖像 時かけ 空を見上げる少女の瞳に映る世界

                                                                        このネタは以前から考えていたものだが、こういう記事(→「アニメが好きな部活と軍隊」)があったので、ちょうどよいと思ってアップしてみた。 フィクションには軍隊またはそれに準ずる組織が頻繁に登場するが、細部の描写に引っかかってしまって楽しめないことがよくある。 その一つが、「命令には絶対服従」という奴。 それ自体は間違っていないのだが、よく勘違いされているのだ。 ひとつは、指揮系統の問題。 「命令」とは、部隊の指揮権を有する者が指揮下の部隊員に対して発するものだ。指揮権は階級ではなく、役職に付与される。したがっていくら階級が上でも、指揮下にない者に対して命令はできないし、下位の者は聞く義務はない。よく「部隊が全滅して生き残った雑多な兵達がチームを組む」というシチュエーションがあるが、あれは本来の指揮系統が機能していないので、臨時に部隊を編成して先任者が指揮権を持つのである。ちなみに部隊とは「複

                                                                        • HTML5のcanvas2dでテクスチャーをはったポリゴン描画 - Dycoonの日記

                                                                          HTML5のCanvas2dではポリゴンや三角形に自由にテクスチャーをはって 描画するという機能はなさそうに見えましたが、 工夫次第ではできるのではないかと思い、ちょっとためしに実装してみました。 ちょっと調べた感じだとすぐには見つからなかったというのもあります。 Canvas3Dはまだ開発版でしか使えないのと、OpenGL2.0相当くらいの グラフィックスボードが必要とされているっぽいので インテルのオンボード名環境とかでもちょっとテクスチャーをはった多角形を描けると、 いいこともあるんじゃないかと思っています。 ばねたいとかよさそうです。 http://d.hatena.ne.jp/Dycoon/20081109 以下に動作するものを置きました。 http://www.rmake.net/dycoon/files/polygonTest2/polygonCanvasTest800x60

                                                                            HTML5のcanvas2dでテクスチャーをはったポリゴン描画 - Dycoonの日記
                                                                          • (Plastic Smile) Canvas 2 opening full

                                                                            Plastic Smile Canvas 2 opening full japanese

                                                                            • canvas2svg

                                                                              But I want SVG to Canvas! Sorry wrong project. Try the excellent canvg instead. Examples, Please Here's a rectangle: //make a mock canvas context using canvas2svg. We use a C2S namespace for less typing: var ctx = new C2S(500,500); //width, height of your desired svg file //do your normal canvas stuff: ctx.fillStyle="red"; ctx.fillRect(100,100,100,100); //ok lets serialize to SVG: var myRectangle

                                                                              • HTML5 Canvas 2D Context で描いた内容を WebGL の テクスチャにする

                                                                                高確率で思い込みによる説明.間違っていることが多い./「無知だったり、勘違いしていたり、底意を押しつけたり、いいかげんだったり、噂や疑惑を信じていたりして、狂気じみてさえいるかもしれません」( http://bit.ly/gs23zg ) 追記 2013/10/23: 書いた「WebGLのTextureをCanvasに文字(Web Fonts)を書いて動的に作ってみる(jQuery/ThreeJS使用, Firefox 24.0/Safari 6.0.5で動作)」 一応まとめておく. やってみた. ここのこちらをベースにする. 0.他のjsファイルの呼び出しをどうにかしておく downloadして配置した場合はパスを変えておく.以下の3種が必要となる. <script type="text/javascript" src="./webgl-utils.js"></script> <scri

                                                                                  HTML5 Canvas 2D Context で描いた内容を WebGL の テクスチャにする
                                                                                • 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,