Skip to content

A plugin that includes a sprite renderer that reduces border artifacts and 3 blend mode implementations for WebGL

License

Notifications You must be signed in to change notification settings

phase-software/pixi-picture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixi-picture

Build Status

A plugin that includes a sprite renderer that reduces border artifacts and 3 blend mode implementations for WebGL

Allows to use blendModes that are not available in pure webgl implementation, such as PIXI.BLEND_MODES.OVERLAY.

Please, don't add children to sprite if you use those blendModes.

Use PIXI.picture.Sprite instead of PIXI.Sprite, or change sprite pluginName to picture, or call renderer.plugins.picture from your own Sprite implementation.

For pixi-v4.1 and prior see pixi-v4.1 branch

Usage example

How to build

npm install
npm run build

About

A plugin that includes a sprite renderer that reduces border artifacts and 3 blend mode implementations for WebGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.5%
  • JavaScript 4.5%