3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ブラウザ動作ゲーム開発で良さそうライブラリ

Posted at

ちょっと触ってみて、良さそうなものをメモ

名称 サイトURL メモ
PixiJS https://www.pixijs.com/ アニメーションや変形・色変が強そう
CREATE JS https://www.createjs.com/ 音系があるので音の場合良さそう
Matter.js https://brm.io/matter-js/ 物理演算系いい感じ

ゲーム系ライブラリは PixiJS や CREATE JS が強そうですが 
物理演算系は matter-js 良さそうかも

PixiJS

NoName_2019-11-28_20-19-11_No-00.png

スクラッチで除去(pixijs)
https://pixijs.io/examples/#/demos-advanced/scratchcard.js

CREATE JS

NoName_2019-11-28_20-19-28_No-00.png

ヨコ走り系(createjs)
https://www.createjs.com/demos/easeljs/spritesheet

シューティング系(createjs)
https://www.createjs.com/demos/easeljs/game

雲り除去(createjs)
https://www.createjs.com/demos/easeljs/alphamaskreveal

Matter.js

NoName_2019-11-28_20-18-58_No-00.png

スリングショット系(matter-js)
https://brm.io/matter-js/demo/#slingshot

人気のゲームエンジンらしい(ほんまもの向け)

 https://www.egret.com/en/case
 https://cocos2d-x.org/filecenter/jsbuilder/

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?