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

Corrected some headers and removed the unused TintShader

github.com/pixijs/pixijs - 3dfb854ae6acf949b8c6709cad484007d7bada0a authored almost 11 years ago by Mat Groves <[email protected]>
Added ability to use trimmed sprite sheets

github.com/pixijs/pixijs - aaa519014110c0859868e006bffbc1ac1d6a9570 authored almost 11 years ago by Mat Groves <[email protected]>
Initial commit

github.com/pixijs/jaguarjs-jsdoc - 6d141bb17fe89c32212d894f721be2de27e584ff authored almost 11 years ago by Sangmin, Shim <[email protected]>
Initial commit

github.com/pixijs/pixi-jsdoc-template - 6d141bb17fe89c32212d894f721be2de27e584ff authored almost 11 years ago by Sangmin, Shim <[email protected]>
Added projection and offset to renderSessionData

github.com/pixijs/pixijs - 86158ade211d3892fb514604accc1e44acf952cd authored almost 11 years ago by Mat Groves <[email protected]>
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev

github.com/pixijs/pixijs - 13177f08e7c95408a5ec2548c57a23a76a43a4cd authored almost 11 years ago by Mat Groves <[email protected]>
Added perPixel tinting for canvas

useful for older browsers and ie using canvas

github.com/pixijs/pixijs - dfe841cb70786398beb6fc9659c533b0534907d1 authored almost 11 years ago by Mat Groves <[email protected]>
Added texture caches for canvas tints

github.com/pixijs/pixijs - 5693c682e1595d7883b6b10cfdd85a64b263a63a authored almost 11 years ago by Mat Groves <[email protected]>
cached canvas when tinitnting in canvas renderer

github.com/pixijs/pixijs - 174cc38c2bfa8fb007d8c41a5aa77da00fa9dd59 authored almost 11 years ago by Mat Groves <[email protected]>
added some comments and a vert size property

github.com/pixijs/pixijs - 03ed383db6038cd696f65191bfab1e3e4fa47217 authored almost 11 years ago by Mat Groves <[email protected]>
Added canvas sprite tiniting

Currently only works with browsers that support the new canvas blend
modes
still need to add tin...

github.com/pixijs/pixijs - 41d6b01e9636a64fdcef4ced5b588c6b51a62800 authored almost 11 years ago by Mat Groves <[email protected]>
optimized renderer

by not using getter/setter in render loop when checking filters/masks

github.com/pixijs/pixijs - f0c082a3ccdc6c9d51714927c53ad45a94584547 authored almost 11 years ago by Mat Groves <[email protected]>
Added Tinting to webGL and blend modes to canvas and webGL

Items now have a tint property and a blendmode property

github.com/pixijs/pixijs - 273d78aa8548b6c71ca647aea50d49e1281c619c authored almost 11 years ago by Mat Groves <[email protected]>
Tidied up displayObject removing linked list bits

github.com/pixijs/pixijs - a59131c514ec3c7ba8917727ef58923a10a3481f authored almost 11 years ago by Mat Groves <[email protected]>
added width and height properties to displayObjectContainer

github.com/pixijs/pixijs - f381e865da00688fbf4d5772a47d12995162f775 authored almost 11 years ago by Mat Groves <[email protected]>
Removed WebGL Batch and webGL RenderGroup

github.com/pixijs/pixijs - dd94b41282ba8e8e7668e225a8969b8e215ff5fe authored almost 11 years ago by Mat Groves <[email protected]>
Removed Linked lists

Simplified add/remove child

github.com/pixijs/pixijs - 3cf495e724c2b4bb0a9f8cfbaff979a135a3a269 authored almost 11 years ago by Mat Groves <[email protected]>
Restructured canvas renderer

github.com/pixijs/pixijs - 4858ff74ecc07a88c881b15ac3cb885aac3d06ae authored almost 11 years ago by Mat Groves <[email protected]>
refactored webGL renderer

github.com/pixijs/pixijs - d56d6df260daaf3588a78b349e86448225868bf1 authored almost 11 years ago by Mat Groves <[email protected]>
update path to jshint file

github.com/pixijs/pixijs - 00cfcdbcd62218cb2e1ea6ccb631457821fc828f authored almost 11 years ago by Chad Engler <[email protected]>
Merge pull request #457 from photonstorm/dev

Fix for addChild when parent is null

github.com/pixijs/pixijs - 6b7b61f54f525984b7100e545d96c0bb6904d413 authored almost 11 years ago by Chad Engler <[email protected]>
Update WebGLGraphics.js

fixed issue where rogue semicolon casing lots of circles to be drawn.

github.com/pixijs/pixijs - 3014ef57af9777479add5ef472f53d9ecc865ef1 authored almost 11 years ago by Mat Groves <[email protected]>
Added getBounds function to DisplayObjects

github.com/pixijs/pixijs - 530d889b0a03fb3fa2d264d0391b320754d7ea67 authored almost 11 years ago by Mat Groves <[email protected]>
Update DisplayObjectContainer.js

Removed Undefined check as it it breaks pixi if an object is null

github.com/pixijs/pixijs - 0881e2bf66b2daddf2058654e07b8ed606fd7955 authored almost 11 years ago by Mat Groves <[email protected]>
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev

Conflicts:
src/pixi/renderers/webgl/WebGLFilterManager.js
src/pixi/textures/BaseTexture.js

github.com/pixijs/pixijs - abb731ec4ad641d0346838cba168c630b328cf95 authored almost 11 years ago by Mat Groves <[email protected]>
Previously addChild was checking this: `if(child.parent != undefined)` but testing just for 'undefined' isn't enough, as the parent is set to 'null' in DisplayObject.js, so this condition fails and throws an error as it tries to removeChild from null.

github.com/pixijs/pixijs - a180e1dd2d12dc5d6c0a7b7942b715d340623a5c authored almost 11 years ago by photonstorm <[email protected]>
bump dev version to v1.4.0

github.com/pixijs/pixijs - eb1d1b54fd00484b75d2065a5cbb9853e6ac432b authored about 11 years ago by Chad Engler <[email protected]>
change elipse -> ellipse in test

github.com/pixijs/pixijs - 49c6ec954cca9ca99cc687886576f07db209b46c authored about 11 years ago by Chad Engler <[email protected]>
Merge branch 'drkibitz-upstream-jshint' into dev

github.com/pixijs/pixijs - 920bc07bae1a1c92e244a929cab4e0897271136a authored about 11 years ago by Chad Engler <[email protected]>
Use stable version of karma

github.com/pixijs/pixijs - 1d41d4bdddf67e20b290ef28524a350d31386aa9 authored about 11 years ago by Dr. Kibitz <[email protected]>
change travis script

github.com/pixijs/pixijs - 0b06305c6180af623a37242d4663aa1c3e78121f authored about 11 years ago by Chad Engler <[email protected]>
update travis file to be more explicit

github.com/pixijs/pixijs - 7f30ea53a20c241092a7f79d901df7ad66931fb0 authored about 11 years ago by Chad Engler <[email protected]>
merge in jshint fixes

github.com/pixijs/pixijs - ce8add7c6286824d08a7b405b57121a40ea93f0b authored about 11 years ago by Chad Engler <[email protected]>
merge texture scaling, fixes #201 and #378

github.com/pixijs/pixijs - 50d3dd7f2ce1379f1c0f047a0ccc5eb126682216 authored about 11 years ago by Chad Engler <[email protected]>
Merge pull request #452 from lachenmayer/ellipse

Fix el(l)ipse spelling error

github.com/pixijs/pixijs - ffc68fc5b6a01f23c775cec5b815a0c8c58529fc authored about 11 years ago by Chad Engler <[email protected]>
Add contributing information

github.com/pixijs/pixijs - 786d2868b7f65b2fc7a4df59ebdd670cc22ae627 authored about 11 years ago by Chad Engler <[email protected]>
Fix el(l)ipse spelling error

github.com/pixijs/pixijs - 576ff716832a58d9281f020e340a2bbcb30b407a authored about 11 years ago by Harry Lachenmayer <[email protected]>
Merge pull request #444 from MKelm/dev-atlas

Atlas spritesheet file loader

github.com/pixijs/pixijs - c9f79ea4d9f3317f5c909caece74d548f81a7073 authored about 11 years ago by Mat Groves <[email protected]>
Check for webserved files by looking at the protocol

Previously it would assume a file is being served from the web as long as href happened to inclu...

github.com/pixijs/pixijs - dd0974c9413d5162148e5ee31b2f85430b94ba9a authored about 11 years ago by Florian Landerl <[email protected]>
revert Spine.js

github.com/pixijs/pixijs - b41af9f14d6c721f0df1e0d0bbcfa80f6136cdee authored about 11 years ago by Martin Kelm <[email protected]>
merge upstream/dev

github.com/pixijs/pixijs - dc49c7b3968da57eabaf80325752d87b2d18e102 authored about 11 years ago by Martin Kelm <[email protected]>
Merge pull request #443 from platogo/protocol-check

Check for webserved files by looking at the protocol

github.com/pixijs/pixijs - 98fe30b7e37648ab4f1f5500ef972178517f6e17 authored about 11 years ago by Chad Engler <[email protected]>
Check for webserved files by looking at the protocol

Previously it would assume a file is being served from the web as long as href happened to inclu...

github.com/pixijs/pixijs - f134feaa8165785ef1f9b16603bbbae90d1b3c2b authored about 11 years ago by Florian Landerl <[email protected]>
Merge pull request #442 from photonstorm/dev

Fixed IE11 check. IE11 no longer has MSIE in the userAgent, you need to ...

github.com/pixijs/pixijs - 5794c688cef1fc3ef36f952c0d222c80fc016721 authored about 11 years ago by Chad Engler <[email protected]>
Fixed IE11 check. IE11 no longer has MSIE in the userAgent, you need to check for Trident/7.0 instead.

github.com/pixijs/pixijs - da868e7f41ea7a55840f6040c5607e876215d49a authored about 11 years ago by photonstorm <[email protected]>
updateSourceImage added, new flterbounds function added

github.com/pixijs/pixijs - 7e3a2b39df504335311643dab4567787f764f0b7 authored about 11 years ago by Mat Groves <[email protected]>
remove build badge until pixi is on travis-ci

github.com/pixijs/pixijs - 812fb076deced61016a0ac47af283de871996915 authored about 11 years ago by Chad Engler <[email protected]>
some small changes to tests

github.com/pixijs/pixijs - 13cf18ce39c612cb5f6de0d7fc0f05728dac1056 authored about 11 years ago by Chad Engler <[email protected]>
no longer need that

github.com/pixijs/pixijs - 2f5d3a450abae0e5cf46207177b9358a06c3d49e authored about 11 years ago by Chad Engler <[email protected]>
moar jshint fixes for tests

github.com/pixijs/pixijs - 6dafb2524d4656f38493fd706638fadef8d3b9db authored about 11 years ago by Chad Engler <[email protected]>
remove some trailing whitespace

github.com/pixijs/pixijs - 5d516cfb8177e5d70be0da745e47ec5df1d5c873 authored about 11 years ago by Chad Engler <[email protected]>
a million and one jshint fixes

github.com/pixijs/pixijs - 648a9bd33e1edd179cfe6a799f5f6fd3acbf1b40 authored about 11 years ago by Chad Engler <[email protected]>
remove some comments

github.com/pixijs/pixijs - 5e08abcc312170188a7e4bfb62137073022c62d0 authored about 11 years ago by Chad Engler <[email protected]>
update some modules

github.com/pixijs/pixijs - 12943e6390bbd10263ff885ceac800bfbfb9bbc8 authored about 11 years ago by Chad Engler <[email protected]>
change the way jshint runs a bit

github.com/pixijs/pixijs - a423216a8c9d6cbd95e63209d836fa7284a58688 authored about 11 years ago by Chad Engler <[email protected]>
more up-to-date jshintrc

github.com/pixijs/pixijs - eb1d191a06bb6c71e3a2397f62e70ab1142207ad authored about 11 years ago by Chad Engler <[email protected]>
Merge #302 from @drkibitz, and fix conflicts

github.com/pixijs/pixijs - a60de480ff340c8319721c0dab884eadd8ac20f8 authored about 11 years ago by Chad Engler <[email protected]>
Merge #304 from @drkibitz, and fix conflicts

github.com/pixijs/pixijs - d979e1611d66a9e5813b2e7093102bc646ed8b57 authored about 11 years ago by Chad Engler <[email protected]>
Merge and close #347, use inherit for cursor style instead of default

github.com/pixijs/pixijs - 9a0560608be55530bae4e862a5d4704fc7b27baa authored about 11 years ago by Chad Engler <[email protected]>
fix conflicts

github.com/pixijs/pixijs - 8cb5e1351f459913792c054bbf2fc3ccc887feaa authored about 11 years ago by Chad Engler <[email protected]>
Merge pull request #415 from mattdesl/basetex-destroy2

Cleaning up BaseTexture Destroy

github.com/pixijs/pixijs - d854f5c699ab919eed69d3920b3edd870884f14e authored about 11 years ago by Chad Engler <[email protected]>
fix incorrect width property for multi-line BitmapText

BitmapText.updateText() was setting this.width to the width of the last line of multi-line text,...

github.com/pixijs/pixijs - 5d45bbfc4b566da30aa55236eb66ee5cf84b6138 authored about 11 years ago by josh shepard <[email protected]>
Fix setText documentation attribute

github.com/pixijs/pixijs - b6f51b34b09ac8612b27b69cb8f43d41d86f30fd authored about 11 years ago by alexpusch <[email protected]>
Merge pull request #431 from namuol/swapChildren

`swapChildren` implementation

github.com/pixijs/pixijs - 05ca70e12880831a5b50e2ff5d737592815e1ab4 authored about 11 years ago by Chad Engler <[email protected]>
style consistency

github.com/pixijs/pixijs - 6a7a33c898347e57110017427e94054c5af88f5d authored about 11 years ago by Louis Acresti <[email protected]>
check for invalid children

github.com/pixijs/pixijs - 2c97041de87a65e61ddb8581479050e0d7cce936 authored about 11 years ago by Louis Acresti <[email protected]>
early-out for self-swap

github.com/pixijs/pixijs - 99bf7d62f16eea1c5dc9cba928aa59a6b72aa223 authored about 11 years ago by Louis Acresti <[email protected]>
removed example from main swap branch

github.com/pixijs/pixijs - 6a405543098e7dbc6f8fa265a191ecd876e9464f authored about 11 years ago by Louis Acresti <[email protected]>
simple swapChildren example/test

github.com/pixijs/pixijs - 8c5f4a6d77c5bfbf1059eff560f3ed5a911ecece authored about 11 years ago by Louis Acresti <[email protected]>
swapChildren basic implementation

github.com/pixijs/pixijs - 59fc91dbe732514ce3a794ceb5c53e62bf2f1e92 authored about 11 years ago by Louis Acresti <[email protected]>
Fixed issue with removing children with filters

github.com/pixijs/pixijs - 86e51af5c0c4f89dd66e7600e33e52513521bdd4 authored about 11 years ago by Mat Groves <[email protected]>
Merged new PIXI Shader code

github.com/pixijs/pixijs - 5785e64b0cc117a254ad06803543889814893d54 authored about 11 years ago by Mat Groves <[email protected]>
Merge branch 'pr/406' into dev

Conflicts:
bin/pixi.dev.js
bin/pixi.js
src/pixi/renderers/webgl/PixiShader.js

github.com/pixijs/pixijs - 400a7d8827eb7cc2a974b25238c1139823529721 authored about 11 years ago by Mat Groves <[email protected]>
Tweaking filters

Doc update

github.com/pixijs/pixijs - b5a221678802d7af020c458416d27cab32db8bbe authored about 11 years ago by Mat Groves <[email protected]>
Dramatically refactored PixiShader. Significantly smaller, less branching, much faster sync loop and no constant texture uploads.

github.com/pixijs/pixijs - a4ea181f2307976abba6e5c501fd1881a797b0dd authored about 11 years ago by photonstorm <[email protected]>
cleaning up base texture destroy & adding removeAllEventListeners to EventTarget

github.com/pixijs/pixijs - 68b53b5c0fc636002a7d0d66c144a72fd9bc8184 authored about 11 years ago by mattdesl <[email protected]>
adding base64 support to AssetLoader

github.com/pixijs/pixijs - be6e77b1e3712a0400bc610b99019ba1f336ae3a authored about 11 years ago by mattdesl <[email protected]>
Made sampler2D check more robust.

github.com/pixijs/pixijs - 2f594e4d2ff658957913bf5615c02656cfc44a39 authored about 11 years ago by photonstorm <[email protected]>
Fixed typo in AbstractFilter (unifroms to uniforms)

github.com/pixijs/pixijs - 3c4be97fe21c1218a47465fff5c02e05b09656a2 authored about 11 years ago by photonstorm <[email protected]>
Updated PixiShader to use standard uniform naming conventions (1f, 2f, 2fv, etc). Added support for multiple sampler2D calls, allowing multi-texture shaders. Added support for Linear, Repeat, Nearest, Audio and Keyboard textures. Updated all the examples to use the new uniform naming convention. Updated Gruntfile to use the renamed GrayFilter and fixed indexAll in Example 15 to use the GrayFilter as well.

github.com/pixijs/pixijs - 49fff52fc85a7a01480486dfbfbfcb8cb73da108 authored about 11 years ago by photonstorm <[email protected]>
Manually merge #400

github.com/pixijs/pixijs - d7ce7616089a759d0f318a79a8c791520975fc1b authored about 11 years ago by Chad Engler <[email protected]>
Merge pull request #396 from GoodBoyDigital/gray

Change grey to gray, silly English...

github.com/pixijs/pixijs - d930d17390c27c9251c50ac7f9f81eae9d117a80 authored about 11 years ago by Mat Groves <[email protected]>
Change grey to gray, silly English...

github.com/pixijs/pixijs - ce43cfdb5c6b91f9d091ef45b0fef22bc6800a3f authored about 11 years ago by Chad Engler <[email protected]>
ignore sublime text files

github.com/pixijs/pixijs - 414d5c5be4150988dfd416c56c602ab368ade01d authored about 11 years ago by Chad Engler <[email protected]>
remove sublime-* files

github.com/pixijs/pixijs - 000df6b33b96d519465b4f4f65108d693fb6508f authored about 11 years ago by Chad Engler <[email protected]>
Added 2 filters fix filter bug

Fixed filter bug where filters not wotkring on transparent renderer
Added CrossHatchFilter
Added...

github.com/pixijs/pixijs - 4204ada63e6848d92f6569e3e0a78d9cfef44ca0 authored about 11 years ago by Mat Groves <[email protected]>
Merge pull request #391 from noffle/dev

Adds word wrapping to Pixi.TEXT.

github.com/pixijs/pixijs - fdf7dcaf6139a5e894c6ea7e5d09a3648379d0ce authored about 11 years ago by Mat Groves <[email protected]>
Fixes #386; adds word wrapping to Pixi.TEXT.

This wraps lines of text using a simple greedy algorithm that optimizes
for fewest lines given a...

github.com/pixijs/pixijs - 2bc359e7d5fd6c8ac31013a6f75b808c4c938cf0 authored about 11 years ago by Stephen Whitmore <[email protected]>
Update README.md

github.com/pixijs/pixijs - 0796f9d53de62aa1b1cb17f325d2492b45bfa6bf authored about 11 years ago by Mat Groves <[email protected]>
Fixed Issue #313

github.com/pixijs/pixijs - b39061d9d8133db442491a5199d24121379f1171 authored about 11 years ago by Mat Groves <[email protected]>
Moved program uniforms

Moved program uniforms locations to the PixiShader rather than the
glProgram

github.com/pixijs/pixijs - c165b2ebbdff8201b6625e95dd201b5592ba703e authored about 11 years ago by Mat Groves <[email protected]>
Graphics Bug fixs

Fixed bug where webGL graphics not working in safari
Fixed bug where Collinear points cause line...

github.com/pixijs/pixijs - f8094acb2b4b7aeb0f7ad96dacde9c462a6439a0 authored about 11 years ago by Mat Groves <[email protected]>
Removed rogue console.log

github.com/pixijs/pixijs - acc4092e21a7f3803f38f37516e53cd34c50e618 authored about 11 years ago by Mat Groves <[email protected]>
Line width now more accurate

github.com/pixijs/pixijs - 087aab16be38c36d7e35c868b26de5ddd57ca4b0 authored about 11 years ago by Mat Groves <[email protected]>
WebGL masking issue fixed

WebGL mask objects can now be nested within masked objects

github.com/pixijs/pixijs - 85f1bd6557af4a0fea33f4db70a571936c0b1101 authored about 11 years ago by Mat Groves <[email protected]>
All Filter Exampls Added

Example 16 removed as no longer required
added Color step filter
added Twist filter
added Dot sc...

github.com/pixijs/pixijs - 932ca800329278988e18e26043b5b4305931a544 authored about 11 years ago by Mat Groves <[email protected]>
Docs updated

github.com/pixijs/pixijs - 6c762fb3964f55fdf25ae35393fbae1ccd20d223 authored about 11 years ago by Mat Groves <[email protected]>
Filter Tweaks

Displacement Map Filter tweaked
Demos created

github.com/pixijs/pixijs - a46b74f8cac31f4aed88f9b1d20b3b7ade2ec36e authored about 11 years ago by Mat Groves <[email protected]>
Tweaks to Filters runing in render Texture

Added Blur Example

github.com/pixijs/pixijs - 429851493c3c126801f827db2e6a8dabc4497e08 authored about 11 years ago by Mat Groves <[email protected]>
Example updated and redundant files deleted

github.com/pixijs/pixijs - 10379289bb56a227dd548fb5b87d504e30d4545a authored about 11 years ago by Mat Groves <[email protected]>