Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PixiJS #183

Open
hysryt opened this issue Aug 8, 2021 · 2 comments
Open

PixiJS #183

hysryt opened this issue Aug 8, 2021 · 2 comments

Comments

@hysryt
Copy link
Owner

hysryt commented Aug 8, 2021

https://www.pixijs.com/
https://github.com/pixijs/pixijs

@hysryt
Copy link
Owner Author

hysryt commented Aug 8, 2021

準備

npm

npm install pixi.js
import * as PIXI from 'pixi.js'

CDN

<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/5.1.3/pixi.min.js"></script>

@hysryt
Copy link
Owner Author

hysryt commented Aug 8, 2021

  • ステージ
  • スプライト
  • フィルタ
  • ティッカー

背景を透過させる

const app = new PIXI.Application({
  transparent: true,
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant