
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@akashic/akashic-engine
Advanced tools
JavaScriptゲームエンジン Akashic Engine のコアライブラリです。 ゲーム開発者向けの環境非依存なクラス群を提供します。
このリポジトリは、環境非依存なコードのみを含むライブラリです。そのため単体で利用することはできません。 ゲーム開発には Akashic Sandbox と Akashic CLI をご利用ください。 Akashic Engineの詳細な利用方法については、 公式ページ を参照してください。
API リファレンスは以下から参照できます。
TypeScriptでゲームを開発する場合には、型定義ファイルとしてこのリポジトリの index.runtime.d.ts
を使うことができます。
npm install -D @akashic/akashic-engine
でインストールの上、
tsconfig.json で node_modules/@akashic/akashic-engine/index.runtime.d.ts
を参照するなどの方法で、 tsc
に与えてください。
Akashic EngineはTypeScriptで書かれたJSモジュールです。ビルドにはNode.jsが必要です。 リポジトリ直下で次を実行してください。
npm install
npm run build
npm test
本リポジトリは MIT License の元で公開されています。 詳しくは LICENSE をご覧ください。
ただし、画像ファイルおよび音声ファイルは CC BY 2.1 JP の元で公開されています。
3.21.0
g.Game#suspendLocalTick()
, g.Game#resumeLocalTick()
を追加g.GameHandlerSet#suspendLocalTick()
, g.GameHandlerSet#resumeLocalTick()
を追加FAQs
The core library of Akashic Engine
The npm package @akashic/akashic-engine receives a total of 5,364 weekly downloads. As such, @akashic/akashic-engine popularity was classified as popular.
We found that @akashic/akashic-engine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.