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

Updated setFrame so it now populates the new crop property.

Added in several missing properties to the constructor, to avoid the object changing shape on cre...

github.com/pixijs/pixijs - dad2f148b090a2217b5638038c319ac2bc7bd0bb authored over 10 years ago by photonstorm <[email protected]>
Refactored the JSON Loader slightly to cope with the new Texture trim / crop values.

github.com/pixijs/pixijs - 6f750aa956601cc7147c500e558fd63a05a30ec2 authored over 10 years ago by photonstorm <[email protected]>
Implemented the new Canvas render method based on the Texture.crop property.

Added some missing properties and jsdocs to the constructor.
Tidied up a bunch of code formatting...

github.com/pixijs/pixijs - c1d4ea7dd75d569e4990e858da1bc12538d4806c authored over 10 years ago by photonstorm <[email protected]>
Merge pull request #845 from michaelch/patch-2

Update Stage.js

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

@property for InteractionManager was set to interactive.
Which would show up twice in the docum...

github.com/pixijs/pixijs - 86665caf45f32f6356dcda787cf26331f895bb74 authored over 10 years ago by Michael <[email protected]>
Fix destroy method to actually destroy the textures

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

github.com/pixijs/pixijs - 85a2ba0fb62951165e0ac7306e401817e03b7ca2 authored over 10 years ago by mathew groves <[email protected]>
Typo in the pixi url :/

github.com/pixijs/pixijs - d329db83f4e2d5cff4f3bc19078e6f7047cafc32 authored over 10 years ago by mathew groves <[email protected]>
Merge pull request #839 from FedeOmoto/origin/dev

Optimize sprite.texture access

github.com/pixijs/pixijs - 4e69143821662b014abf7c6ba31cdc008d036c8b authored over 10 years ago by Mat Groves <[email protected]>
Optimize sprite.texture access

github.com/pixijs/pixijs - fe63bc10a7168dc290fd740c2a8bc733138129cb authored over 10 years ago by Federico Omoto <[email protected]>
Merge pull request #838 from FedeOmoto/origin/dev

Fix a property name in TextureUvs

github.com/pixijs/pixijs - 66bf3ddaacd5a2ff58c1e3b19b5c71537ab4972f authored over 10 years ago by Mat Groves <[email protected]>
Get the uvs from the Sprite texture

github.com/pixijs/pixijs - cd4a06e84a2e372cc477d1e6417791f79c9ae284 authored over 10 years ago by Federico Omoto <[email protected]>
Fix a property name in TextureUvs

github.com/pixijs/pixijs - c1aeb501e61e34779ac9a583679f981d3deab4f0 authored over 10 years ago by Federico Omoto <[email protected]>
Republished files

github.com/pixijs/pixijs - 4b78655fbe3615ed7e873b6f64d102d1566cb7ad 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 - b994b6bba8e07d89d02be2a21bd28c286332a402 authored over 10 years ago by mathew groves <[email protected]>
Optimized gl calls

less gl calls made to the GPU

github.com/pixijs/pixijs - 600b0dda28854e58a97f3677664a5a92be961072 authored over 10 years ago by mathew groves <[email protected]>
RenderTexture truly extends Texture; more tests

github.com/pixijs/pixijs - de9ea603d65db633ceb65bccfeba1c06f8607d21 authored over 10 years ago by Chad Engler <[email protected]>
Merge pull request #836 from UncleAcid/dev

Fixes & changes for #782

github.com/pixijs/pixijs - 76099ce6df97e3db55351b108c0db66b92b7e491 authored over 10 years ago by Mat Groves <[email protected]>
Fixes & changes for #782 (Circle and Ellipse are implemented and/or documented wrong in a few places)

github.com/pixijs/pixijs - 05be18c78bcf70fece7a4a79e5752e74fcf9fd4e authored over 10 years ago by Richard Roylance <[email protected]>
Made Pixi log optional

Use PIXI.dontSayHello = true before creating a renderer

github.com/pixijs/pixijs - b9a861358f560e299fdfb6f887c4753004bbc0bb authored over 10 years ago by mathew groves <[email protected]>
use instance specific listeners var

github.com/pixijs/pixijs - 135c8e186505f46d6697a85a0d6e971c36d634ca authored over 10 years ago by Chad Engler <[email protected]>
Merge pull request #835 from FedeOmoto/origin/dev

Fix to roundPixels property in CanvasRenderer

github.com/pixijs/pixijs - bf75de01c01dd15087f93241ca6a2b9f9d261701 authored over 10 years ago by Mat Groves <[email protected]>
The roundPixels property in the CanvasRenderer should be a property of the renderSession to be correctly applied in the _renderCanvas methods of the Sprite and SpriteBatch classes.

github.com/pixijs/pixijs - 57feb9ba6ca15f55f7f4dc14734a6055d1fc53c6 authored over 10 years ago by Federico Omoto <[email protected]>
more tests to track potential issues

github.com/pixijs/pixijs - 24be8635d3433a9f9146cc9e634352d2e54a2097 authored over 10 years ago by Chad Engler <[email protected]>
make tests more like real usage

github.com/pixijs/pixijs - 384a3532ec7b8b150b61accb6759504b60f16992 authored over 10 years ago by Chad Engler <[email protected]>
Add backwards compat of

github.com/pixijs/pixijs - f2b10420db3f69a70dd17ec18c00dfbd8d3211f1 authored over 10 years ago by Chad Engler <[email protected]>
added dirty to touch events too

github.com/pixijs/pixijs - fcb8cd53742e8d0c5d42a2a156a3c7f7bb10f16b authored over 10 years ago by mathew groves <[email protected]>
added dirty check to mouse down / up / and move

This should keep all objects up to date in the interactive scene graph

github.com/pixijs/pixijs - d34639d1327bc597e2a357b4443ae53974fbb768 authored over 10 years ago by mathew groves <[email protected]>
update tests and ensure they pass

github.com/pixijs/pixijs - b145115a56bf8fa19b3f7416aa6fb8a0c931f62b authored over 10 years ago by Chad Engler <[email protected]>
be sure to mixin to json loader

github.com/pixijs/pixijs - 3a009997f9420d98c7ed35b0d56f1df402a7c50b authored over 10 years ago by Chad Engler <[email protected]>
update to simplier, clearer, implementation

github.com/pixijs/pixijs - b24b454dae2c96f35d5a1ce423708ef0a53e3475 authored over 10 years ago by Chad Engler <[email protected]>
updateFrame removed

Commented out the updateFrame variable from DisplayObjects

github.com/pixijs/pixijs - 1e1f639ea727806cd275127414ccb79d4e6c847a authored over 10 years ago by mathew groves <[email protected]>
fixes #818

github.com/pixijs/pixijs - d1d6e28dcd0011174b97479188abcf82684f6825 authored over 10 years ago by mathew groves <[email protected]>
revert dom element event listeners

github.com/pixijs/pixijs - bad6b2b934aa1ab3030ed25c59c699fb1e9ed0e0 authored over 10 years ago by Chad Engler <[email protected]>
update to latest dev

github.com/pixijs/pixijs - 590732793ac843e453d2924cc9d7a6124480ba23 authored over 10 years ago by Chad Engler <[email protected]>
addChild and addChildAt now return the child

github.com/pixijs/pixijs - 9f6e99235f90110931d94449479bd1c6a789633a authored over 10 years ago by mathew groves <[email protected]>
Fixed webGL nested masking issue

github.com/pixijs/pixijs - 116ed28d326a33a5f0a93eacc6f53e8a1718a068 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 - 76b9556403d53f8861ad4de3c71d86a87b40e7c9 authored over 10 years ago by mathew groves <[email protected]>
Added a valid property to texture

Used to check that a texture is good to render

github.com/pixijs/pixijs - 6f9d6ef5295405df2b2024afeddc9822604d4129 authored over 10 years ago by mathew groves <[email protected]>
Merge pull request #734 from panrafal/feature/premultiplied-alpha

Option to control premultiplied alpha on textures

github.com/pixijs/pixijs - ebfc28faf3b150c2677d3d6892948b407055929f authored over 10 years ago by Mat Groves <[email protected]>
arcTo and arc functions added to Graphics

github.com/pixijs/pixijs - 0b25f31aa8b5be9fba3f281e4c64b8a3160c9fed authored over 10 years ago by mathew groves <[email protected]>
Added a little log for when pixi is loaded

When someone uses pixi a little log pops up in the console (thanks
photonstorm for the code!)

github.com/pixijs/pixijs - c8400b2082583e2a6a2f0b856e4fd47340fa0b6d authored over 10 years ago by mathew groves <[email protected]>
Merge pull request #769 from k21/touchmove-fix

Fix touch move event handling

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

github.com/pixijs/pixijs - 2ef36e886b3314a4d58a776e7af60ace050f01ad authored over 10 years ago by mathew groves <[email protected]>
Fixed issue with complex graphics fillAlpha not set in webGL

github.com/pixijs/pixijs - cb523550404b3be947030c84157cf3f1aa84ac2b authored over 10 years ago by mathew groves <[email protected]>
Added bezierCurveTo to PIXI.Graphics

github.com/pixijs/pixijs - 741da1491f39e799fa8bc71843248589dc836a27 authored over 10 years ago by mathew groves <[email protected]>
quadraticCurveTo Added to Graphics object

Graphics example updated to include quadraticCurveTo

github.com/pixijs/pixijs - add6157b7c21752e7dea78c41d609c3ca5a01678 authored over 10 years ago by mathew groves <[email protected]>
updated strip example

its now a snake!

github.com/pixijs/pixijs - 962f4e15d7c71db3fa07831631b74b60092b0c56 authored over 10 years ago by mathew groves <[email protected]>
Added rounded rect back in (I accidentally overwrote it when updating the graphics class')

republished all files

github.com/pixijs/pixijs - bd96ac8e2576e0f1df84cf6209e0342983c1fc4d 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 - 8c4934a0c3e1dec463f325374092ed2338d84aaf authored over 10 years ago by mathew groves <[email protected]>
Merge branch 'Graphics-upgrade' into dev

Conflicts:
bin/pixi.dev.js
bin/pixi.dev.js.map
bin/pixi.js
src/pixi/primitives/Graphics.js
...

github.com/pixijs/pixijs - 9d52d47e188af5763dcd79af1551ace2a872372c authored over 10 years ago by mathew groves <[email protected]>
Shader Manager simplified

github.com/pixijs/pixijs - a9b0f997ef5e7f98f74a034749489ff7f7d8ac39 authored over 10 years ago by mathew groves <[email protected]>
Fix graphics canvas

masking a graphics in canvas bug fixed
object pooling added to webGLGraphics data
graphics uploa...

github.com/pixijs/pixijs - 8914781fd9c7aa7b3ed4fbdf3d7a4806123c4402 authored over 10 years ago by mathew groves <[email protected]>
linter and tidied code

github.com/pixijs/pixijs - f67fd64002415e9bdcb3b0ca6e5ec592ad0af88d authored over 10 years ago by mathew groves <[email protected]>
Complex graphics and masking added

github.com/pixijs/pixijs - e4bceb80a60fefd9a22852d72a4037ebe96383b7 authored over 10 years ago by mathew groves <[email protected]>
Merge pull request #820 from txusinho/dev

CocoonJS compatibility fix. Screencanvas cleared before painting.

github.com/pixijs/pixijs - bf8ab6507159081f9c537bdf12f66f397c95aec0 authored over 10 years ago by Chad Engler <[email protected]>
CocoonJS compatibility fix. Screencanvas cleared before painting.

github.com/pixijs/pixijs - 1ae8bf4cd14dc917dcc8e7e6c0c478915f67371c authored over 10 years ago by Txus Ordorika <[email protected]>
Added updateSrc function to baseTexture

BaseTexture src can now be updated on the fly
EventDispatcher bug fixed (removing listener on di...

github.com/pixijs/pixijs - c9b7a6267716caa428caf466030147c5ed3fee1e 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 - 9e2c62afdce9cb944ac143f39b1e001fc801142a authored over 10 years ago by mathew groves <[email protected]>
Fix #815, add webp support

github.com/pixijs/pixijs - f3ea67c5d08d614c281cb771dd6d19f8f64702ec authored over 10 years ago by Chad Engler <[email protected]>
Fixed jshint warnings

github.com/pixijs/pixijs - 4869626eddf473d2c1a516e7d0576279ce7f6c4d authored over 10 years ago by Imanol Fernandez <[email protected]>
Improved CocoonJS touch support: compatibility with user defined absolute sizes

github.com/pixijs/pixijs - ecca20fbfe5de44813f567b471602d0d8604fd3b authored over 10 years ago by Imanol Fernandez <[email protected]>
Improved CocoonJS touch support: compatibility with user defined layouts/absolute positions

github.com/pixijs/pixijs - bae5072ea8e4ae354aa37ca8c9912bbaf164fc6a authored over 10 years ago by Imanol Fernandez <[email protected]>
Merge pull request #798 from ishanray/patch-1

Update index.html

github.com/pixijs/pixijs - 8290d9fa1deb21837b37afb49a8ec583fb53ce16 authored over 10 years ago by Chad Engler <[email protected]>
Update index.html

fix typo

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

github.com/pixijs/pixijs - 6c219b1c52e89c14ef21f27a665166076e1242b9 authored over 10 years ago by mathew groves <[email protected]>
Merge pull request #795 from Cristy94/dev

Fix capital letter in fromImage() function example.

github.com/pixijs/pixijs - 29924cebffbbbf1023fe32f3f70b2cb8413a2df9 authored over 10 years ago by Chad Engler <[email protected]>
Fix capital letter in fromImage() function example.

github.com/pixijs/pixijs - aff0983b5e9bde554f2e4cb4413e72225819257a authored over 10 years ago by Cristy94 <[email protected]>
Merge pull request #779 from SideraX/dev

Add method to create and render a rounded rectangle

github.com/pixijs/pixijs - 66b858c6fa431f28b7b1c2fb99bbe24e3105ce57 authored over 10 years ago by Chad Engler <[email protected]>
Merge pull request #790 from iLaurens/ie-non-crossorigin-fix

Only use XDomainRequest in IE, if a crossorigin request is needed

github.com/pixijs/pixijs - 1f1b921c4c87952734600ca9729ec0c31d931191 authored over 10 years ago by Mat Groves <[email protected]>
Only use XDomainRequest in IE, if a crossorigin request is needed

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

github.com/pixijs/pixijs - 0704c94092e69087702a5128bbbff3269f324fd0 authored over 10 years ago by mathew groves <[email protected]>
Fixed render texture canvas matrix bug

github.com/pixijs/pixijs - f7965bee63bb8d4035effc8d4bd506991172d96c authored over 10 years ago by mathew groves <[email protected]>
Add method to create and render a rounded rectangle

github.com/pixijs/pixijs - e46c70ddcf75d9d1339be2c1cfa860d731dbcefc authored over 10 years ago by Dimitri Larue <[email protected]>
Merge pull request #759 from kambing86/dev

solve issue #751 and #750

github.com/pixijs/pixijs - 0f0b936819c507c1dee7d74b4d2cfccb5b54da50 authored over 10 years ago by Mat Groves <[email protected]>
Added canvas render implementation for strip

Also fixed memory leak in PIXI.Text

github.com/pixijs/pixijs - 61c093cf7e3dfac9122c8ecfc8cfbffa2b35e51d authored over 10 years ago by mathew groves <[email protected]>
Fix touch move event handling

github.com/pixijs/pixijs - 8fea5e57e09e9499e5446e2613faa8fc7c3bbe4a authored over 10 years ago by Jakub Zika <[email protected]>
Merge pull request #765 from beeglebug/docs-fix

Assorted documentation fixes

github.com/pixijs/pixijs - a315424b7e87cb5514cb6016b3349f8ec54faafd authored over 10 years ago by Chad Engler <[email protected]>
tidied up documentation on Point class

Added docs for method set, and fixed Matrix docs to stop methods spilling
into Point docs.

github.com/pixijs/pixijs - 473ba86e66b5321a4eb23afdb4c01a3f2da215cc authored over 10 years ago by Stuart Lee <[email protected]>
solve issue #751 - MovieClip currentFrame is increasing exceed total frame until it is stopped

solve issue #750 - PIXI.MovieClip fromFrames and fromImages static method

github.com/pixijs/pixijs - 52b1674729e322dd7df04ec814b634e357d72c0a authored over 10 years ago by Chua Kang Ming <[email protected]>
Merge pull request #740 from MWGitHub/dev

Added an error event dispatch when an image cannot be loaded.

github.com/pixijs/pixijs - 02a07749831a73a1ab122007e39d7aec1e256748 authored over 10 years ago by Mat Groves <[email protected]>
Fixed issue with cacheAsBitmap Alpha property

github.com/pixijs/pixijs - a8b5c0efea64e4273fb208bd4185f9b42775e8e8 authored over 10 years ago by mathew groves <[email protected]>
Merge pull request #747 from photonstorm/dev

RenderTexture.resize fix and RenderTexture.clear added.

github.com/pixijs/pixijs - 3ae1eb35f4c5e12f3bb0f4a6ada94a0ebc45119b authored over 10 years ago by Mat Groves <[email protected]>
Added RenderTexture.clear - because, well, it's really useful :)

github.com/pixijs/pixijs - 9de6191256cdd336522dd05a3c54047c747ca478 authored over 10 years ago by photonstorm <[email protected]>
Fixed RenderTexture.resize so it now works across WebGL and Canvas. Uses the textureBuffer to resize and has a new optional 'updateBase' parameter which will set the new dimensions on the baseTexture as well. Fixes #746.

github.com/pixijs/pixijs - 5ada0ef5355982df8712967bf381d28f3ed4d8f8 authored over 10 years ago by photonstorm <[email protected]>
Tweak Graphics file

github.com/pixijs/pixijs - f9e527e68ce249fda67f1fc155dbcaf96954c447 authored over 10 years ago by mathew groves <[email protected]>
Added Complex Graphics

Still more work required

github.com/pixijs/pixijs - f602c3904dead113b991ba4660cb2a24e20f845e authored over 10 years ago by mathew groves <[email protected]>
Merge pull request #743 from panrafal/fix/webgl-create

Small bug when creating webgl prevents some browsers from working

github.com/pixijs/pixijs - 282264c07c5a5eb8885ab11f88d0eb5bbdf3fda2 authored over 10 years ago by Chad Engler <[email protected]>
Don't blame me ;)

github.com/pixijs/pixijs - 97eef1e7f8c74ce13ec7f0d76cf3445a12c80801 authored over 10 years ago by Rafal Lindemann <[email protected]>
Merge pull request #739 from panrafal/fix/webgl-create

Some browsers return null instead of throwing Exceptions when creating webgl

github.com/pixijs/pixijs - a185e936b02e9cdd0bf418fdae45e8ce70ea6aa2 authored over 10 years ago by Chad Engler <[email protected]>
Forgot a space to match code style.

github.com/pixijs/pixijs - b9279b9d479955d86f0f25ced393efd006d9cbf9 authored over 10 years ago by Michael Wang <[email protected]>
syntactic sugar

github.com/pixijs/pixijs - 2a9358c0250873c92fb90b1fca9ebc2891caf362 authored over 10 years ago by Rafal Lindemann <[email protected]>
Added an error event dispatch when an image cannot be loaded.

github.com/pixijs/pixijs - bee982e9b53e935d6b56c72f9e9e96b37cc78bfa authored over 10 years ago by Michael Wang <[email protected]>
Merge pull request #599 from glassesmouse/dev

Fixed TilingSprite not render children on canvas

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

github.com/pixijs/pixijs - abff69e90d60a0a3bd79885f054f9b3871d2c57f authored over 10 years ago by mathew groves <[email protected]>
Fixed filter bug

fixes issue where if both mask and filter are applied to one object the
object did not render.

github.com/pixijs/pixijs - 48ed41cd026427df308e9909ae8b7fa0833c1ff4 authored over 10 years ago by mathew groves <[email protected]>
Merge pull request #738 from panrafal/fix/destroy-texture

If the texture is destroyed, it should be removed from TextureCache too

github.com/pixijs/pixijs - 8c2ce889a1d27f80de2adaba2b265c83dc42f319 authored over 10 years ago by Mat Groves <[email protected]>
Some browsers return null instead of throwing Exceptions

github.com/pixijs/pixijs - e8597c44167c4e21001858d64e708a6893d2756a authored over 10 years ago by Rafal Lindemann <[email protected]>
If the texture is destroyed, it should be removed from TextureCache too

github.com/pixijs/pixijs - 5acc854c403b78dfe147860237c66dcacf04d004 authored over 10 years ago by Rafal Lindemann <[email protected]>
Option to set premultipliedAlpha on webgl context

github.com/pixijs/pixijs - 247fe6cdf6bc529b4265403a25dadeff12478518 authored over 10 years ago by Rafal Lindemann <[email protected]>