Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@akashic-extension/akashic-timeline
Advanced tools
akashic-timelineはAkashic Engine向けのトゥイーンアニメーションライブラリです。
次のようなコードで、エンティティ e
を現在位置から座標(300, 400)へ2000ミリ秒かけて動かすアニメーションを記述することができます。
timeline.create(e, {modified: e.modified, destroyed: e.destroyed })
.moveTo(300, 400, 2000);
位置だけでなく回転や透明度などもアニメーション可能で、またイージングを指定することもできます。
akashic-cliをインストールした後、
akashic install @akashic-extension/akashic-timeline
でインストールできます。コンテンツからは、
var timeline = require("@akashic-extension/akashic-timeline");
で利用してください。
使い方は akashic-timelineの利用方法 を参照してください。 詳細なリファレンスは APIリファレンスを参照してください。 Akashic Engineの詳細な利用方法については、 公式ページ を参照してください。
sample/
ディレクトリに、akashic-timeline を用いるサンプルコンテンツがあります。
以下のコマンドにより akashic-sandbox
でサンプルコンテンツを実行することができます。
git clone git@github.com:akashic-games/akashic-timeline.git
cd akashic-timeline/sample
npm install
akashic-sandbox .
上記コマンドの実行には Git と akashic-sandbox
(v0.13.3以降)が必要です。
akashic-timelineはTypeScriptで書かれたライブラリであるため、ビルドにはnode.jsが必要です。
npm run build
によりgulpを使ってビルドできます。
npm install
npm run build
がそれぞれ実行されます。
npm run test
本リポジトリは MIT License の元で公開されています。 詳しくは LICENSE をご覧ください。
ただし、画像ファイルおよび音声ファイルは CC BY 2.1 JP の元で公開されています。
2.1.0
FAQs
timeline library for akashic
The npm package @akashic-extension/akashic-timeline receives a total of 26 weekly downloads. As such, @akashic-extension/akashic-timeline popularity was classified as not popular.
We found that @akashic-extension/akashic-timeline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.