Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PixiJS - The HTML5 Creation Engine.

The aim of this project is to provide a fast lightweight 2D library that works across all devices. The PixiJS renderer allows everyone to enjoy the power of hardware acceleration without prior knowledge of WebGL. Also, it's fast. Really fast.
Collective - Host: opensource - https://opencollective.com/pixijs - Website: https://pixijs.com - Code: https://github.com/pixijs

haxelib release

github.com/pixijs-userland/pixi-haxe - d67502500316f0616c763687218c2b48eb56c11c authored over 10 years ago by Adi Mora <[email protected]>
Removed public in all classes as all extern variables and methods are public by default

github.com/pixijs-userland/pixi-haxe - c0e6d522baa54db1381b002a25e85f933d1f0fa9 authored over 10 years ago by Adi Mora <[email protected]>
text class update

github.com/pixijs-userland/pixi-haxe - 7ab2a69876b6eedaf1ec0a986f721ff4addfbc4c authored over 10 years ago by Adi Mora <[email protected]>
fixed issues with display and spine

github.com/pixijs-userland/pixi-haxe - 0525dc6e9f9bf1bee9c548f41f839508d0c2dff2 authored over 10 years ago by Adi Mora <[email protected]>
Merge branch 'master' of https://github.com/adireddy/haxe-pixi

github.com/pixijs-userland/pixi-haxe - 02088902662909c3c4b68d1d70b728676ff6e7d1 authored over 10 years ago by Adi Mora <[email protected]>
removed texture check from render loop

saved on if statement! better than none :)

github.com/pixijs/pixijs - b894fb3828ab5ff1173476a412eeb4c076204349 authored over 10 years ago by mathew groves <[email protected]>
Made RemoveChild no longer returns error

github.com/pixijs/pixijs - 607179e05822d0f1e7502351ae5c323761a24e69 authored over 10 years ago by mathew groves <[email protected]>
Update WebGLRenderer.js

github.com/pixijs/pixijs - cd90ef87b6c5733eb9a719734dd4ae228a26eeaf authored over 10 years ago by agamemnus <[email protected]>
Fixed pivot issue

github.com/pixijs/pixijs - 1134705797f9adeea3702d3bab24e619521ee003 authored over 10 years ago by mathew groves <[email protected]>
Fixed Canvas RenderTexture

Now uses matrix also

github.com/pixijs/pixijs - 6b73c6688d3b92d7d55f530f3dc2484359bba376 authored over 10 years ago by mathew groves <[email protected]>
Little blendMode tweak

github.com/pixijs/pixijs - f832601752fbe78df85a4dadcb186d8599b1526b authored over 10 years ago by mathew groves <[email protected]>
Created new initContext function for webGLRenderer

less code = good :)

github.com/pixijs/pixijs - 7db5650390ffad803819a47ef16479c05e3002d3 authored over 10 years ago by mathew groves <[email protected]>
Removed update and destroy webGL functions

github.com/pixijs/pixijs - e2d35271668531c665b60099d793e37a3b174775 authored over 10 years ago by mathew groves <[email protected]>
Removed PIXI.texturesToUpdate

No longer required

github.com/pixijs/pixijs - 8394a78f76ef9c8228cf859941361b64ea96cc30 authored over 10 years ago by mathew groves <[email protected]>
Removed the updateFrames global Array

github.com/pixijs/pixijs - 90038284a3afd1fff8d83a6c6551c7e9857a3191 authored over 10 years ago by mathew groves <[email protected]>
Updated the Matrix class

New functions and a bit of a tidy up

github.com/pixijs/pixijs - 8696a84f439fa727f9fdb856c41d151efb2f944a authored over 10 years ago by mathew groves <[email protected]>
Merge pull request #964 from krzysztof-o/dev

fixes #619: correct size of trimmed sprites

github.com/pixijs/pixijs - 502c3ddd06b2ff33bf9c5f65a3e861e9d0674d0b authored over 10 years ago by Chad Engler <[email protected]>
Crop and trim as optional parameters

github.com/pixijs/pixijs - 2ba46b2414b25fb22ebe83b18d814c28d4428ffa authored over 10 years ago by Krzysztof Opałka <[email protected]>
Rewrote update transform

matrix now used correctly.

github.com/pixijs/pixijs - 505021392d872612e6c845b6a68aaa8b67d4fdb9 authored over 10 years ago by mathew groves <[email protected]>
fix typo in event target

github.com/pixijs/pixijs - 01d3e1b5c841fab0c80bffd02994adad4be49acf authored over 10 years ago by Chad Engler <[email protected]>
Merge branch 'powerfear-doc-fixes-dev' into dev

github.com/pixijs/pixijs - 60f07c55b907a02a690319deab2e13d2d5c14e5a authored over 10 years ago by Chad Engler <[email protected]>
merge in some doc fixes (#967)

github.com/pixijs/pixijs - e7d8d2df68bdd9099e381a8e31428da62efe1d2d authored over 10 years ago by Chad Engler <[email protected]>
merge bubbling events (#914)

github.com/pixijs/pixijs - fd36b8a0bbdb9411bbcdf40cb4416998fbf380fd authored over 10 years ago by Chad Engler <[email protected]>
Update CanvasRenderer.js

github.com/pixijs/pixijs - f6293a8433522efb90ab2b7afe73f3a7b1d444f3 authored over 10 years ago by agamemnus <[email protected]>
Merge pull request #946 from DuskEagle/dev

Fix WebGlContextLost handling.

github.com/pixijs/pixijs - 0a05d5faadc815b74caf4247eace20daa181298b authored over 10 years ago by Chad Engler <[email protected]>
Merge pull request #962 from krzysztof-o/patch-1

Graphics.arc anticlockwise is boolean (not number)

github.com/pixijs/pixijs - c223bce132a6ece899588af35e9af57af6a78297 authored over 10 years ago by Chad Engler <[email protected]>
Merge pull request #966 from krzysztof-o/get_set_child_index

added getChildIndex and setChildIndex methods to DisplayObjectContainer

github.com/pixijs/pixijs - f98866e7588ea690f2be4fad8824208dc4878465 authored over 10 years ago by Chad Engler <[email protected]>
Merge pull request #973 from krzysztof-o/bitmap_text_kerning_fix

fixes #972

github.com/pixijs/pixijs - fb9e096a180a933145630520bc276db92aedf664 authored over 10 years ago by Chad Engler <[email protected]>
Update CanvasRenderer.js

github.com/pixijs/pixijs - a51e5ee66e2ad301117ad17dcf8bd3550131c405 authored over 10 years ago by agamemnus <[email protected]>
Reduce some logic redundancy in clearRect/fillRect code for Canvas...?

Topic.

github.com/pixijs/pixijs - 7540568409e12ae3575f77585275badde29e1628 authored over 10 years ago by agamemnus <[email protected]>
Add clearBeforeRender for <webgl>

Maybe "clearBeforeRender" this is not the best naming (since it will clear anyway..), but this a...

github.com/pixijs/pixijs - c42ed502438dea66c65721146fea6a9507acb785 authored over 10 years ago by agamemnus <[email protected]>
Merge pull request #994 from agamemnus/patch-2

Fix for overwriting falsy values.. or even (possibly) undefined ones. (f...

github.com/pixijs/pixijs - 8351da9400b5027bab64a980559c547c43a20733 authored over 10 years ago by Chad Engler <[email protected]>
Update WebGLRenderer.js

github.com/pixijs/pixijs - b68c1ef0441734a3da93773a841ea8a89181fca2 authored over 10 years ago by agamemnus <[email protected]>
Merge pull request #993 from agamemnus/patch-1

Fix for overwriting falsy values.. or even (possibly) undefined ones.

github.com/pixijs/pixijs - cbefc8ec0f5ea8535f8c7aa85f4995442c2e1d2e authored over 10 years ago by Chad Engler <[email protected]>
Update WebGLRenderer.js

github.com/pixijs/pixijs - a9f3cf5adbb942345c269cb33e992b93d9cc2146 authored over 10 years ago by agamemnus <[email protected]>
Update CanvasRenderer.js

github.com/pixijs/pixijs - ed7b1ab6909da358465124424bac5437e2f53457 authored over 10 years ago by agamemnus <[email protected]>
Fix for overwriting falsy values.. or even (possibly) undefined ones. (for WebGL)

github.com/pixijs/pixijs - 5057b3e206600585ad3e029b78282e5959c25170 authored over 10 years ago by agamemnus <[email protected]>
Fix for overwriting falsy values.. or even (possibly) undefined ones.

github.com/pixijs/pixijs - d89b2fcfd96a84bf62136db16407c701587077f6 authored over 10 years ago by agamemnus <[email protected]>
Fixed Canvas mask issue

github.com/pixijs/pixijs - c299c9435f50df3d6f1ac280234bdbae4a154725 authored over 10 years ago by mathew groves <[email protected]>
Tweaked base Texture

now uses naturalWidth and naturalHeight if available

github.com/pixijs/pixijs - e88d15161093de726db33233ae2459adc883145f authored over 10 years ago by mathew groves <[email protected]>
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev

github.com/pixijs/pixijs - 9155ff85162d5941f82538d9738cf11474a985d7 authored over 10 years ago by mathew groves <[email protected]>
removed some old flight details..

oops!

github.com/pixijs/pixijs - 8cff21d18209d14137b8d64b9c8dcc607593639e authored over 10 years ago by mathew groves <[email protected]>
Merge pull request #981 from vicocotea/dev

add AsciiFilter, NoiseFilter and TiltShiftFilter

github.com/pixijs/pixijs - cf87c52e5cf7828c0c2b0e73925e5f6478bece54 authored over 10 years ago by Mat Groves <[email protected]>
Set Color Mask to be all true in webGL

fixe ios8 rendering issue

github.com/pixijs/pixijs - 3e9c010e0fb55c340009ebc27813a9dccb910b09 authored over 10 years ago by mathew groves <[email protected]>
add AsciiFilter, NoiseFilter and TiltShiftFilter

github.com/pixijs/pixijs - 92f68cf9442d587ad4f07f87ea5d7a87d689e3bf authored over 10 years ago by Vico <[email protected]>
Fixed overzealous value checking.

github.com/pixijs-userland/particle-emitter-editor - 3a7adb0245d54652993c39067f160c4f72727459 authored over 10 years ago by Andrew Start <[email protected]>
Editor will now run without WebGL.

github.com/pixijs-userland/particle-emitter-editor - f9525c01bb87a0b0a9f46f43af329cba9d07ad96 authored over 10 years ago by Andrew Start <[email protected]>
Added the new features in the particle library.

Also changed the cursor on all elements with a title to be the help
cursor.

github.com/pixijs-userland/particle-emitter-editor - f33f4d4c6f2dfda36453c1c7ad22ce3d3ebf6cc4 authored over 10 years ago by Andrew Start <[email protected]>
Fixed a spelling error.

github.com/pixijs-userland/particle-emitter - cca229a662524e46c3de4b1835476a0b0aad249c authored over 10 years ago by Andrew Start <[email protected]>
Added better checking when getting interface values.

github.com/pixijs-userland/particle-emitter-editor - 651c045c5b9b63e02fbabd47dc8a340f1337a3fa authored over 10 years ago by Andrew Start <[email protected]>
Acceleration applies if starting speed was 0.

github.com/pixijs-userland/particle-emitter - 530b5b78da54d67317d5852776d438542f695023 authored over 10 years ago by Andrew Start <[email protected]>
Added a scale variation value.

Updated examples that would have used it had it existed previously, and
removed the now unneeded...

github.com/pixijs-userland/particle-emitter - 7ccf010cdae8ac69f64c633cf76924af627ed5ec authored over 10 years ago by Andrew Start <[email protected]>
Fixed unusual value.

Will have to investigate how a null value was output.

github.com/pixijs-userland/particle-emitter-editor - d60350b31eae6ac031115f123ba9d68a336025c6 authored over 10 years ago by Andrew Start <[email protected]>
Added acceleration as a value.

It interacts differently with speed and rotation speed of particles.

github.com/pixijs-userland/particle-emitter - 501cc9745d6f8e957e912e358f2acf8a7c659de6 authored over 10 years ago by Andrew Start <[email protected]>
Removed temporary file, renamed image.

github.com/pixijs-userland/particle-emitter - 6bd1fe34021265dc6f126e270a0bce4bed3100e6 authored over 10 years ago by Andrew Start <[email protected]>
New examples and defaults!

github.com/pixijs-userland/particle-emitter-editor - 5b2fdc8c3eb8b047ef84dd053e194d3127528db1 authored over 10 years ago by Andrew Start <[email protected]>
New examples and defaults!

github.com/pixijs-userland/particle-emitter-editor - a2096fc78aed74798ecacab1bc21bb6fc25497bc authored over 10 years ago by Andrew Start <[email protected]>
Fixed ease, blend mode, frequency issues.

github.com/pixijs-userland/particle-emitter-editor - 569be6b2cd9873f85f1ed81b64ed00fa91f862d8 authored over 10 years ago by Andrew Start <[email protected]>
Fixed a custom ease issue.

github.com/pixijs-userland/particle-emitter - 7d96218c6a6d9e5591495847bce96bdd1a3ab3d7 authored over 10 years ago by Andrew Start <[email protected]>
Made particleConstructor a getter/setter.

github.com/pixijs-userland/particle-emitter - 3c0e2838ace9401ea0d8caf1259a0df794ccaae3 authored over 10 years ago by Andrew Start <[email protected]>
fixes #972

github.com/pixijs/pixijs - ddd0b6e1d3374ed67657f48869cf55190362266e authored over 10 years ago by Krzysztof Opalka <[email protected]>
republished files

github.com/pixijs/pixijs - 7cb95b69a43890723d18a29ff7c7d561bc4b93af authored over 10 years ago by mathew groves <[email protected]>
Merge branch 'dev-retina' into dev

Conflicts:
bin/pixi.dev.js
bin/pixi.dev.js.map
bin/pixi.js

github.com/pixijs/pixijs - 1732a2a189d5bd2b69cbb7b4f2657458c86ed2f0 authored over 10 years ago by mathew groves <[email protected]>
Added a background for proper display of blend modes.

github.com/pixijs-userland/particle-emitter-editor - dfe719ca2593ce59d340e567a8a28179554001a1 authored over 10 years ago by Andrew Start <[email protected]>
Added canvas2d render toggle

github.com/pixijs-userland/particle-emitter-editor - 934de0471c8579e22c6484469fb03c149ba3feb4 authored over 10 years ago by Matt Karl <[email protected]>
Added a running particle count.

Now max particles will mean something!

github.com/pixijs-userland/particle-emitter-editor - 6a49a544491488b1b81b3ac693a935687a7bc2fb authored over 10 years ago by Andrew Start <[email protected]>
Improved spinner sizing. Added blend mode support.

Also updated to latest CloudKidFramework.

github.com/pixijs-userland/particle-emitter-editor - ddac921faae8fa39cd21a77f10a3c16bf56d6824 authored over 10 years ago by Andrew Start <[email protected]>
Added blend mode support.

github.com/pixijs-userland/particle-emitter - cc04f467731c0f0316340d388e1b48c69555e17d authored over 10 years ago by Andrew Start <[email protected]>
Added resolution property to render texture

tweaked docs

github.com/pixijs/pixijs - edd9fb5361f94b78bf0dd171052fb9fa01a282fa authored over 10 years ago by mathew groves <[email protected]>
Fixed Bezier issue on Graphics

github.com/pixijs/pixijs - 0a0a86bcc834495141e960d4dd0be2d59446d093 authored over 10 years ago by mathew groves <[email protected]>
Added resolution param to generateTexture

github.com/pixijs/pixijs - 32f5620b98d2f18278565210d608466894a29950 authored over 10 years ago by mathew groves <[email protected]>
remove SpriteBatch doc change

github.com/pixijs/pixijs - a21a13ab383409bab5561b930e2b21458622e036 authored over 10 years ago by powerfear <[email protected]>
doc addition

github.com/pixijs/pixijs - 9abcd518f6fd1ef2b03c358f1ecaadc9c5e2cd41 authored over 10 years ago by powerfear <[email protected]>
few small doc changes

github.com/pixijs/pixijs - e19b48adf69e37527b8cb9008e8bcaf9c184fabc authored over 10 years ago by powerfear <[email protected]>
added tests for exceptions

github.com/pixijs/pixijs - 274d0c5c827115721c7ea4d96bdf2bdccda3513d authored over 10 years ago by Krzysztof Opalka <[email protected]>
added getChildIndex and setChildIndex methods to DisplayObjectContainer

github.com/pixijs/pixijs - c542c4103aaa716c634881fc4aef986bafa41ef4 authored over 10 years ago by Krzysztof Opalka <[email protected]>