翻訳と辞書
Words near each other
・ Kinetic Securities
・ Kinetic smallest enclosing disk
・ Kinetic sorted list
・ Kinetic Suspension Technology
・ Kinetic term
・ Kinetic theory
・ Kinetic theTechnologyAgency
・ Kinetic tournament
・ Kinetic Traction Systems
・ Kinetic triangulation
・ Kinetic typography
・ Kinetic user interface
・ Kinetic Void
・ Kinetic width
・ Kinetic-segregation model of T cell activation
Kinetic.js
・ Kinetica
・ Kinetica (game engine)
・ Kinetica Sports Ltd
・ KineticD
・ KineticGlue
・ KineticNovel
・ Kinetico
・ Kinetics
・ Kinetics & One Love
・ Kinetics (physics)
・ Kinetics (rapper)
・ Kinetics Internet Protocol
・ Kinetik Control
・ Kinetin


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Kinetic.js : ウィキペディア英語版
Kinetic.js

KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling high performance event detection for desktop and mobile applications.
The KineticJS library was created by Eric Rowell, and is distributed freely on GitHub, or his (website ). As of December 2014, he stopped being actively developed. Then the project is forked to (https://github.com/konvajs/konva )
==How it works==

Kinetic stages are made up of user defined layers. Each layer has two canvas contexts, a scene context and a buffer context. The scene context is what you can see, and the buffer context is a special hidden context that's used for high performance event detection. Each layer can contain shapes and groups of shapes. The stage, layers, groups, and shapes are virtual nodes, similar to DOM nodes in an HTML page.
All nodes can be styled and transformed. Although KineticJS has prebuilt shapes available, such as rectangles, circles, images, sprites, text, lines, polygons, regular polygons, paths, stars, etc., you can also create custom shapes by instantiating the Shape class and creating a draw function.
Once you have a stage set up with layers and shapes, you can bind event listeners, transition nodes, run animations, apply filters, and much more.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Kinetic.js」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.