Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/pixijs/pixijs
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
https://github.com/pixijs/pixijs
dirty.. but works!
2443c81e30b4c616f2cfb85b014d8a0a3e976c2f authored about 8 years ago00beab3e6cfbe1cefafa5f47ef4855bf1d6d9eca authored about 8 years ago
# Conflicts:
# src/mesh/Mesh.js
e416a1ed318904b57731c0e9de5e98f59d3f6d67 authored about 8 years ago
097d9573558f71e060b02f1cdb2d9fa7a583103e authored about 8 years ago
0d8fafea67438cc49d7f14860e26d16257c7ebce authored about 8 years ago
42afc6b074691a2086d3287b76bba885819eb39e authored about 8 years ago
8a471ae848af45e1b519be94fad6215324867d98 authored about 8 years ago
The canvas could be passed into Text
5f9e94d7ef8fcfb669949ff56f70e609b373584b authored about 8 years agoAdds support for multiple font families
b6df9bc0518736c8885aadb08325fbe88a388569 authored about 8 years agoUpdate to Resource loader v2; fixes #2876
4731b4ec058d275c2a0583ded0c0a50bea03bea4 authored about 8 years ago
undo last fix
add fix into texture manager
8cd639cb8de6af4c30ff84bff7acd434579f6129 authored about 8 years ago
0a9d248688852ba79d5e63d4ab5379630bd00511 authored about 8 years ago
2b90d73b8bcf84fff491d1775ab1a768f63b55a1 authored about 8 years ago
55323dd32752a4ca1d7d45ee4e31368d467b1c30 authored about 8 years ago
It could offer a bit little performance gains.
and in current version https://github.com/pix...
1be230f41665d5e8998249638f1cdab503273502 authored about 8 years agoLess codes , Less assignment operations.
6e89efa64e9a933d240c1b81ddd53370dea2f5c3 authored about 8 years agoRemove the needless assignment operation.
ea0033f4329eed4b981ff6bab6149f7e5271a5db authored about 8 years agoeb8cf2e31b231f51ff0dbb4bcf5a5e07853e7527 authored about 8 years ago
it could offer a bit little performance gains.
03690020c1139960336993fcbfa2f5d56c931dc5 authored about 8 years ago* limit alpha number to 255. at rendering.
Avoid alpha flickering when it passes 1.0
* add...
b023e15fc6fb58fd132ebb48e0996c9396cc40f2 authored about 8 years agoc87d870e3be0492f5b7f8399645daccd725ae932 authored about 8 years ago
In get/set width/height method , we don't need use `this.texture` .
We could use `this._text...
1d7d10dc2019c7369ebcc7fde3cae1e148fbf1e5 authored about 8 years ago53c6c519db0466bf344b7b6bc107c34ae4abcb51 authored about 8 years ago
* Update WebGLRenderer.js
```
this._activeRenderTarget = null;
this._activeTextureL...
This feature could help users to share canvas among two or more Text objects ( like Graphics....
67e8019a3d7e8bd32fb85fdcdca7f6b98a044e15 authored about 8 years agoc1019382d5025d36238827afdb418212004634b8 authored about 8 years ago
* Update annotation: `SpriteBatch to SpriteRenderer`
PIXP 4.x no SpriteBatch
* more
09b3a1a7eac363fcaaa9f3088878177da8fdb570 authored about 8 years agoFormat some codes.
Haven't changed any logic.
480701af2a3ae1cc36e3b44029b9133187b91a0a authored about 8 years ago5a192a5b1db89e6085eb3aa4f5d7b3ed2d57d0d8 authored about 8 years ago
# Conflicts:
# src/mesh/Mesh.js
ab7d105682611f7b9e4c71f7ebf2aac597fb9624 authored about 8 years ago
* Update `clear` for a more thorough cleaning
Clear something that should be cleared.
`
...
c05f15b44a90bce66b32b867460d1b264e82e8a0 authored about 8 years ago
* Test case for #3414
* Fixes #3414
* fixed expectation
1f971b1e6c6172ec67789f120572524c2c397ed6 authored about 8 years ago88563869617120a9a188b6d8ea282227049c3e2a authored about 8 years ago
fb87753b1b93ebb1ad09467735a99b86bddb870f authored about 8 years ago
85abd99fb673848f56b31bd80d29aa3ec20289cf authored about 8 years ago
* Allow strings representing values such as '0xFFFFFF' to be parsed and used by the Text class
...
* Add parameter kernelSize for blur filters.
* update annotation: remove option 3
* fixed ...
c9544f03f8b2420b21023a207e89acbe5e5c2890 authored about 8 years agoeee0c1cf25c18d2f1f7b1e449bc38322724d544a authored about 8 years ago
* Fixes logic for spritesheet resolution
* Typo
* Fixes default logic
* Added an inline...
18e5069f5c9aa2ae73626bd65bc91181837c3832 authored about 8 years ago5e4f05c5bd7fbffe7bcdeb46fccf17435312ffef authored about 8 years ago
* Adds predist and prelib
* Add docs
6c617a5330a5fbee43d354ba5d7150db5ea1830f authored about 8 years agoChange the lines order in updateTransform for unified style
see
https://github.com/pixijs/p...
* fix for regular transform
_ removed for non observable points
* fixed for local update t...
02c7009b94bbddbc40b7ed98a8eb80f1d1cc3fd1 authored about 8 years agoc3c38305149bd3e9f46859d9fd4fc1fd1fd3be32 authored about 8 years ago
* Customize rendering process with "pluginName" field.
dcaf8ffe1f5d1ab02e09dc76fcc5522744f18af9 authored about 8 years ago8b93549f75397eaf8ef30f99ab0005c818f3ea32 authored about 8 years ago
* Update TransformStatic.js
```
const pt = parentTransform.worldTransform;
...
* Correct reference to default style
* Unit tests for Text Style
6139be1a296895a2072ba846e67361cb3ab027ff authored about 8 years agoAdd Ellipse method unit tests
adb5aabfeae53c30d5c28a16a2df9ca3de78befa authored about 8 years ago#3350 Fixed createColoredCanvas() documentation
aa3ad497b06211ddfe79714f5f92d61dd6f9333a authored about 8 years agoExtend loader docs to show loading more than just images
b133bddb420eb576371a963815991ddbc15bbff8 authored about 8 years agoFurther arc tests
1f8555bc9839340abcec1bc49cc857e80b177e6e authored about 8 years agoc060d357fb830b794fc28b25c84f660ed1f8c427 authored about 8 years ago
38954ff69e93a8446ecada0cd299f8097f1feb59 authored about 8 years ago
e0b3edf8d6d2148c26ec9bfab8e1239915851f8f authored about 8 years ago
createColoredCanvas() was documented as taking a number, but should have
said it takes a string.
* added graphics.getLocalBounds expectation
* fixes #3274
c43ae333ec98468c18354f029b118ba0b2e80b94 authored about 8 years ago* remove superfluous comments
* reduced graphics.getLocalBounds test
cf48efd2794f79c97802633bd83e71ba305f7f54 authored about 8 years agofix/graphics: get points for newly created shape (#3433)
d851e4d565724436c1e9706dec373aefd00210ab authored about 8 years agococoonJS interaction position fix
7656cd94244c66a6377c3a69761ef63b975b9b25 authored about 8 years agoeb9a56b6000f38dfd7d29be0c0b6e4e7ad73de48 authored about 8 years ago
12ae6ccf80f159d2bc25a9d1b4d0e3ed001b274b authored about 8 years ago
Fix for order of skew and scale in transform, plus a test
9524a14fe402725d5a8b2f1ce944833285b9c233 authored about 8 years ago64e93cacf1a3413b3ed35f94d74ad53804468ba3 authored about 8 years ago
ddc87c7bc44a22e232732e5acb23e9a6c438b1ab authored about 8 years ago
9b88d52ef9c6ef8f3d9a716243dbed0531456bdf authored about 8 years ago
74975db92a6d74bce635dc672219e48ad3bcb410 authored about 8 years ago
061c8424fb45bbc55fd3776a2d14ed90edff31e4 authored about 8 years ago
cd1a8c54520e36ee72a5eb65ade28f62ed00f138 authored about 8 years ago
2b5ec1624dd7415033aa92dc928af8b745a428be authored about 8 years ago
160b7deb577423085d89047a9990fef1facd0d79 authored about 8 years ago
4d364c3ae756fca600e0950af1560a37505f708a authored about 8 years ago
a30180779a52f48e36fe61601d7571f859765adb authored about 8 years ago
3b6d15fc77b909ea25ea8233fc0dca45b94c1893 authored about 8 years ago
955596b9a0f08bd06e4d54c639bc0ee7e79e04da authored about 8 years ago
b52d8fd032599e53c5cb98fbced15b3867a0791b authored about 8 years ago
a3e823e24ff6d552cab8cd452cc9fd0c032968de authored about 8 years ago
7264bef42622035a784612a3becf87be17d2c57a authored about 8 years ago
1c3d16ca887dba1a49dadb94970825e8fee4f6bf authored about 8 years ago
Parameter lines is a string array
c7d8e2526af0be2afddda9c63cc153a99c3c7a72 authored about 8 years agoDiscovered that using this kind of code:
```const { MY_SETTING } from settings;```
means t...
4a56e9c36af3ca7171b4aa15c860105bbd4ecb2b authored about 8 years ago826fe75abd03f96870502fd01728fd943b9bf9c5 authored about 8 years ago
624b1a752f1ee59c52d1dafb2edacaa2661fe44b authored about 8 years ago
39e4e844c2dcd19e5e13e3ef00e973e8d6fc64ba authored about 8 years ago
1c0c07877c107a460371524ecf30e14c8305e9ee authored about 8 years ago
* vertexCount is number of last used buffer. Always 0 in one "if" branch, 12345 in the other.
...
5b5d74ff0a1f3a40475c0b852e075ea358e8f423 authored about 8 years ago7976e2989db64aa199cac853056721ffbc55103b authored about 8 years ago
8b0317c17f876797b5e3e4d233c0a51416ccd76b authored about 8 years ago
# Conflicts:
# src/core/Shader.js
# src/core/renderers/webgl/filters/Filter.js
# src/core/sprite...
58ccf3381566c009c418aa305924539f372281f3 authored about 8 years ago
88a210fbd361a9107812e2a999ca3a86798e30a8 authored about 8 years ago
baf796ce231fe9c33848c0b3b51bf115177cdcba authored about 8 years ago
3267fd40dda575d1e3e96b09095a8f13c120f984 authored about 8 years ago
d9652ef68ae78717a82d593601ba1b100a08ada0 authored about 8 years ago
838939a463f7b41dff508b7a48dd5635ac5de46d authored about 8 years ago
6a1d1b4f059664a033a4c2ba7764fedf3f7b85ce authored about 8 years ago