pixijs
Here are 501 public repositories matching this topic...
-
Updated
Apr 12, 2017 - JavaScript
-
Updated
Nov 8, 2019
-
Updated
May 14, 2020 - TypeScript
Describe the current state of the problem
Currently, ct.fittoscreen does not work in nw.js, as well as it fails in the debugger. Nw.js has controls to enter/exit fullscreen without FullscreenAPI, occupying the whole screen.
Describe the solution you'd like
ct.fittoscreen should toggle fullscreen in an nw.js app as well. With a debugger, caution is needed, as well as additional means l
-
Updated
Feb 28, 2020
-
Updated
Jan 12, 2020 - JavaScript
Documentation
-
Updated
Jun 26, 2020 - TypeScript
-
Updated
Jan 2, 2020 - JavaScript
-
Updated
Dec 7, 2019 - JavaScript
-
Updated
Jan 13, 2020 - TypeScript
-
Updated
May 4, 2020 - JavaScript
-
Updated
Sep 26, 2018 - JavaScript
In generated js, I found this:
lib.as3_PixiAnimate.assets = {
"a1": "images/a1.png",
"a2": "images/a2.png",
"readers_yay": "sounds/readers_yay.wav"
};The key of lib.XXX.assets is the name.
It would have some problem if there is duplicated name in different folder.
(For example images/a1.png with /a1.png)
It may be better if the key is the fullpath like `
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Apr 9, 2020 - JavaScript
-
Updated
Jun 21, 2018 - JavaScript
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
Improve this page
Add a description, image, and links to the pixijs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pixijs topic, visit your repo's landing page and select "manage topics."
I met a number of people who added extra renderer because of this example:
https://pixijs.download/dev/docs/PIXI.RenderTexture.html
We should post a notice that it has to be the same
rendererthey use, and not new one.