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

Chore: Add GitHub Actions

github.com/pixijs/open-games - bigtimebuddy opened this pull request about 1 year ago
Fix: effects being applied multiple times

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Chore: Update PixiJS Dependencies

github.com/pixijs/open-games - bigtimebuddy opened this pull request about 1 year ago
Fix: Mesh rendering

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
add pixi.js/pixijs to rollup config

github.com/pixijs/extension-scripts - Zyie opened this pull request about 1 year ago
Fix: Stop WebGL uniforms from being mangled

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Fix: uniforms generation not working with bundlers

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Fix memory leak

github.com/pixijs/open-games - tox-p opened this pull request about 1 year ago
Fix screen shake while resizing

github.com/pixijs/open-games - tox-p opened this pull request about 1 year ago
Fix: constructor options not being set correctly

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
chore: tidy up tests

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
Fix: environment extensions being treeshaken

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
Fix: allow Color to be used as a filter value in WebGPU

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Fix: masks not rendering correctly when nested

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Fix: background color not being set correctly

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Next v8 - Filters

github.com/pixijs/filters - bbazukun123 opened this pull request about 1 year ago
Fix: buffer firing multiple events

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
CDN doesn't provide latest

github.com/pixijs/filters - dcaud opened this issue about 1 year ago
Fix: prevent error when creating text with anchor option

github.com/pixijs/pixijs - minetoblend opened this pull request about 1 year ago
Fix: filter issue with skipped filter effects

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Fix: render group issue causing canvas.extract to be wrong

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Fix: gpu sprite being undefined

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
chore: deprecate app.view

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
Fix: displacement scale y not updating

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Bug with wgsl on some filters (v8)

github.com/pixijs/filters - pagoru opened this issue about 1 year ago
Add names to load parsers

github.com/pixijs-userland/node - UlyssesZh opened this pull request about 1 year ago
Fix: Remove video detections added in PixiJS v7.3.0

github.com/pixijs-userland/node - bigtimebuddy opened this pull request about 1 year ago
Chore: Bump TypeScript and ESLint config

github.com/pixijs/extension-scripts - bigtimebuddy opened this pull request about 1 year ago
chore: strict null checks for extensions

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
Feat: Add signal and once option to addEventListener

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
chore: publish under pixijs

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
Fix: alpha transparency

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Feat: add graphics clone

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
fix: stop text warning when using detectRenderMode

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
v8 rename `onUpdate` to `_onUpdate`

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Chore/rename-rg

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Bug: `testVideoFormat` breaks @pixi/node

github.com/pixijs-userland/node - UlyssesZh opened this issue about 1 year ago
Fix: Disable usage of signal, undefined behavior

github.com/pixijs/pixijs - bigtimebuddy opened this pull request about 1 year ago
Fix: Link to the API documentation

github.com/pixijs/pixijs.com - ganevdev opened this pull request about 1 year ago
chore: rename visual tests

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
Refactor Views

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Next v8 - Base

github.com/pixijs/filters - bbazukun123 opened this pull request about 1 year ago
chore: update dependencies

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
Chore: remove ObjectPool and update docs

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
chore: add shader.from

github.com/pixijs/pixijs - Zyie opened this pull request about 1 year ago
set transparent as default renderer background color

github.com/pixijs/pixijs - achamas-playco opened this pull request about 1 year ago
Add strict null checks to @pixi/extensions

github.com/pixijs/pixijs - 8times12 opened this pull request about 1 year ago
flatten TextureSource.style options

github.com/pixijs/pixijs - achamas-playco opened this pull request about 1 year ago
Bug: `preventDefault` not working on touch events

github.com/pixijs/pixijs - legendar opened this issue about 1 year ago
Bug: EventsTicker doesn't work at all (4 issues)

github.com/pixijs/pixijs - pongstylin opened this issue about 1 year ago
Add strict null checks to @pixijs/runner

github.com/pixijs/pixijs - 8times12 opened this pull request about 1 year ago
Docs: Ticker time units not specified

github.com/pixijs/pixijs - tmewett opened this issue about 1 year ago
PixiJS Site Example redirects users

github.com/pixijs/pixijs.com - aJamDonut opened this issue about 1 year ago
Initialize texturesPerTilemap before calling tileset

github.com/pixijs-userland/tilemap - SanjoSolutions opened this pull request about 1 year ago
Bug: Crashing on SVG file color parsing (v8.0.0-rc)

github.com/pixijs/pixijs - MattTreichelYeah opened this issue about 1 year ago
Bug: nuxt2 install pixijs 7 error

github.com/pixijs/pixijs - bbhxwl opened this issue about 1 year ago
Bug: event.stopPropagation() has no effect

github.com/pixijs/pixijs - pjanik opened this issue about 1 year ago
remove redundant `addResource`

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
where is the argTypes

github.com/pixijs/storybook - Light1126 opened this issue about 1 year ago
some codes for PIXI V8!

github.com/pixijs/pixijs - dragonbaba opened this issue about 1 year ago
Chore: Add dev options to pixi version config generator

github.com/pixijs/pixijs.com - bbazukun123 opened this pull request about 1 year ago
Chore/v8/filter-uniform-name-tidy

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
fixes for webgpu

github.com/pixijs/pixijs - GoodBoyDigital opened this pull request about 1 year ago
Feat: v8 examples update

github.com/pixijs/pixijs.com - bbazukun123 opened this pull request about 1 year ago