Skip to content

Commit

Permalink
More Base Works
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Dec 29, 2023
1 parent a1411fe commit 0d48a40
Show file tree
Hide file tree
Showing 50 changed files with 505 additions and 771 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Filters

All filters work with PixiJS v7.
All filters work with PixiJS v8.

| Filter | Preview |
|----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|
Expand Down
2 changes: 1 addition & 1 deletion bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Node.js CI](https://github.com/pixijs/filters/workflows/Node.js%20CI/badge.svg)](https://github.com/pixi.js/pixi-filters/actions?query=workflow%3A%22Node.js+CI%22) [![npm version](https://badge.fury.io/js/pixi-filters.svg)](https://badge.fury.io/js/pixi-filters)

PixiJS v7 optional display filters.
PixiJS v8 optional display filters.

Filters include:

Expand Down
72 changes: 36 additions & 36 deletions bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pixi-filters",
"version": "5.2.1",
"description": "PixiJS v7 optional display filters",
"version": "8.0.0",
"description": "PixiJS v8 optional display filters",
"author": "Mat Groves <[email protected]>",
"contributors": [
"Ivan Popelyshev <[email protected]>",
Expand Down Expand Up @@ -35,39 +35,39 @@
"index.d.ts"
],
"dependencies": {
"@pixi/filter-adjustment": "5.1.1",
"@pixi/filter-advanced-bloom": "5.1.1",
"@pixi/filter-ascii": "5.1.1",
"@pixi/filter-bevel": "5.1.1",
"@pixi/filter-bloom": "5.1.1",
"@pixi/filter-bulge-pinch": "5.1.1",
"@pixi/filter-color-gradient": "5.2.0",
"@pixi/filter-color-map": "5.1.1",
"@pixi/filter-color-overlay": "5.1.1",
"@pixi/filter-color-replace": "5.1.1",
"@pixi/filter-convolution": "5.1.1",
"@pixi/filter-cross-hatch": "5.1.1",
"@pixi/filter-crt": "5.1.1",
"@pixi/filter-dot": "5.1.1",
"@pixi/filter-drop-shadow": "5.2.0",
"@pixi/filter-emboss": "5.1.1",
"@pixi/filter-glitch": "5.1.1",
"@pixi/filter-glow": "5.2.1",
"@pixi/filter-godray": "5.1.1",
"@pixi/filter-grayscale": "5.1.1",
"@pixi/filter-hsl-adjustment": "5.2.0",
"@pixi/filter-kawase-blur": "5.1.1",
"@pixi/filter-motion-blur": "5.1.1",
"@pixi/filter-multi-color-replace": "5.1.1",
"@pixi/filter-old-film": "5.1.1",
"@pixi/filter-outline": "5.2.0",
"@pixi/filter-pixelate": "5.1.1",
"@pixi/filter-radial-blur": "5.1.1",
"@pixi/filter-reflection": "5.1.1",
"@pixi/filter-rgb-split": "5.1.1",
"@pixi/filter-simple-lightmap": "5.1.1",
"@pixi/filter-tilt-shift": "5.2.0",
"@pixi/filter-twist": "5.1.1",
"@pixi/filter-zoom-blur": "5.1.1"
"@pixi/filter-adjustment": "8.0.0",
"@pixi/filter-advanced-bloom": "8.0.0",
"@pixi/filter-ascii": "8.0.0",
"@pixi/filter-bevel": "8.0.0",
"@pixi/filter-bloom": "8.0.0",
"@pixi/filter-bulge-pinch": "8.0.0",
"@pixi/filter-color-gradient": "8.0.0",
"@pixi/filter-color-map": "8.0.0",
"@pixi/filter-color-overlay": "8.0.0",
"@pixi/filter-color-replace": "8.0.0",
"@pixi/filter-convolution": "8.0.0",
"@pixi/filter-cross-hatch": "8.0.0",
"@pixi/filter-crt": "8.0.0",
"@pixi/filter-dot": "8.0.0",
"@pixi/filter-drop-shadow": "8.0.0",
"@pixi/filter-emboss": "8.0.0",
"@pixi/filter-glitch": "8.0.0",
"@pixi/filter-glow": "8.0.0",
"@pixi/filter-godray": "8.0.0",
"@pixi/filter-grayscale": "8.0.0",
"@pixi/filter-hsl-adjustment": "8.0.0",
"@pixi/filter-kawase-blur": "8.0.0",
"@pixi/filter-motion-blur": "8.0.0",
"@pixi/filter-multi-color-replace": "8.0.0",
"@pixi/filter-old-film": "8.0.0",
"@pixi/filter-outline": "8.0.0",
"@pixi/filter-pixelate": "8.0.0",
"@pixi/filter-radial-blur": "8.0.0",
"@pixi/filter-reflection": "8.0.0",
"@pixi/filter-rgb-split": "8.0.0",
"@pixi/filter-simple-lightmap": "8.0.0",
"@pixi/filter-tilt-shift": "8.0.0",
"@pixi/filter-twist": "8.0.0",
"@pixi/filter-zoom-blur": "8.0.0"
}
}
8 changes: 4 additions & 4 deletions filters/adjustment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-adjustment",
"version": "5.1.1",
"version": "8.0.0",
"main": "./dist/filter-adjustment.js",
"description": "PixiJS filter to adjust gamma, contrast, saturation, brightness or color channels",
"author": "finscn <[email protected]>",
Expand Down Expand Up @@ -29,10 +29,10 @@
"index.d.ts"
],
"peerDependencies": {
"@pixi/core": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@pixi/core": "^7.0.0-X",
"@tools/fragments": "5.0.0"
"pixi.js": "^8.0.0-X",
"@tools/fragments": "8.0.0"
}
}
12 changes: 6 additions & 6 deletions filters/advanced-bloom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-advanced-bloom",
"version": "5.1.1",
"version": "8.0.0",
"main": "./dist/filter-advanced-bloom.js",
"description": "PixiJS filter to render Bloom Filter (with highlight) effect",
"author": "finscn",
Expand Down Expand Up @@ -32,16 +32,16 @@
"index.d.ts"
],
"globals": {
"@pixi/filter-kawase-blur": "PIXI.filters"
"@pixi/filter-kawase-blur": "PIXI"
},
"dependencies": {
"@pixi/filter-kawase-blur": "5.1.1"
"@pixi/filter-kawase-blur": "8.0.0"
},
"peerDependencies": {
"@pixi/core": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@pixi/core": "^7.0.0-X",
"@tools/fragments": "5.0.0"
"pixi.js": "^8.0.0-X",
"@tools/fragments": "8.0.0"
}
}
8 changes: 4 additions & 4 deletions filters/ascii/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-ascii",
"version": "5.1.1",
"version": "8.0.0",
"main": "./dist/filter-ascii.js",
"description": "PixiJS filter to render DisplayObject as ASCII text",
"author": "Mat Groves",
Expand Down Expand Up @@ -32,10 +32,10 @@
"index.d.ts"
],
"peerDependencies": {
"@pixi/core": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@pixi/core": "^7.0.0-X",
"@tools/fragments": "5.0.0"
"pixi.js": "^8.0.0-X",
"@tools/fragments": "8.0.0"
}
}
8 changes: 4 additions & 4 deletions filters/bevel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-bevel",
"version": "5.1.1",
"version": "8.0.0",
"main": "./dist/filter-bevel.js",
"description": "PixiJS filter to apply a bevel effect",
"author": "Evgeny Shestakov",
Expand Down Expand Up @@ -32,10 +32,10 @@
"index.d.ts"
],
"peerDependencies": {
"@pixi/core": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@pixi/core": "^7.0.0-X",
"@tools/fragments": "5.0.0"
"pixi.js": "^8.0.0-X",
"@tools/fragments": "8.0.0"
}
}
10 changes: 3 additions & 7 deletions filters/bloom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-bloom",
"version": "5.1.1",
"version": "8.0.0",
"main": "./dist/filter-bloom.js",
"description": "PixiJS filter to apply a simple bloom effect",
"author": "Mat Groves",
Expand Down Expand Up @@ -32,13 +32,9 @@
"index.d.ts"
],
"peerDependencies": {
"@pixi/core": "^7.0.0-X",
"@pixi/filter-alpha": "^7.0.0-X",
"@pixi/filter-blur": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@pixi/core": "^7.0.0-X",
"@pixi/filter-alpha": "^7.0.0-X",
"@pixi/filter-blur": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
}
}
8 changes: 4 additions & 4 deletions filters/bulge-pinch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-bulge-pinch",
"version": "5.1.1",
"version": "8.0.0",
"main": "./dist/filter-bulge-pinch.js",
"description": "PixiJS filter to apply a bulge or a pinch effect",
"author": "Mat Groves",
Expand Down Expand Up @@ -32,10 +32,10 @@
"index.d.ts"
],
"peerDependencies": {
"@pixi/core": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@pixi/core": "^7.0.0-X",
"@tools/fragments": "5.0.0"
"pixi.js": "^8.0.0-X",
"@tools/fragments": "8.0.0"
}
}
8 changes: 4 additions & 4 deletions filters/color-gradient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-color-gradient",
"version": "5.2.0",
"version": "8.0.0",
"main": "./dist/filter-color-gradient.js",
"description": "PixiJS filter to render a color gradient.",
"author": "Viktor Persson",
Expand Down Expand Up @@ -33,12 +33,12 @@
"test:watch": "jest test --watch"
},
"peerDependencies": {
"@pixi/core": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@jest/globals": "^29.3.1",
"@pixi/core": "^7.0.0-X",
"@tools/fragments": "5.0.0",
"pixi.js": "^8.0.0-X",
"@tools/fragments": "8.0.0",
"@types/color-rgba": "^2.1.0",
"@types/gradient-parser": "^0.1.2",
"color-rgba": "^2.4.0",
Expand Down
8 changes: 4 additions & 4 deletions filters/color-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-color-map",
"version": "5.1.1",
"version": "8.0.0",
"main": "./dist/filter-color-map.js",
"description": "PixiJS filter to apply a color adjust effect",
"author": "finscn <[email protected]>",
Expand Down Expand Up @@ -29,10 +29,10 @@
"index.d.ts"
],
"peerDependencies": {
"@pixi/core": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@pixi/core": "^7.0.0-X",
"@tools/fragments": "5.0.0"
"pixi.js": "^8.0.0-X",
"@tools/fragments": "8.0.0"
}
}
8 changes: 4 additions & 4 deletions filters/color-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-color-overlay",
"version": "5.1.1",
"version": "8.0.0",
"main": "./dist/filter-color-overlay.js",
"description": "PixiJS filter to overlay all colors with single color",
"author": "Michael Deal",
Expand Down Expand Up @@ -32,10 +32,10 @@
"index.d.ts"
],
"peerDependencies": {
"@pixi/core": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@pixi/core": "^7.0.0-X",
"@tools/fragments": "5.0.0"
"pixi.js": "^8.0.0-X",
"@tools/fragments": "8.0.0"
}
}
8 changes: 4 additions & 4 deletions filters/color-replace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-color-replace",
"version": "5.1.1",
"version": "8.0.0",
"main": "./dist/filter-color-replace.js",
"description": "PixiJS filter to replace a single color",
"author": "Mat Groves",
Expand Down Expand Up @@ -32,10 +32,10 @@
"index.d.ts"
],
"peerDependencies": {
"@pixi/core": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@pixi/core": "^7.0.0-X",
"@tools/fragments": "5.0.0"
"pixi.js": "^8.0.0-X",
"@tools/fragments": "8.0.0"
}
}
8 changes: 4 additions & 4 deletions filters/convolution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-convolution",
"version": "5.1.1",
"version": "8.0.0",
"main": "./dist/filter-convolution.js",
"description": "PixiJS filter to apply a convolution effect",
"author": "Mat Groves",
Expand Down Expand Up @@ -32,10 +32,10 @@
"index.d.ts"
],
"peerDependencies": {
"@pixi/core": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@pixi/core": "^7.0.0-X",
"@tools/fragments": "5.0.0"
"pixi.js": "^8.0.0-X",
"@tools/fragments": "8.0.0"
}
}
8 changes: 4 additions & 4 deletions filters/cross-hatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-cross-hatch",
"version": "5.1.1",
"version": "8.0.0",
"main": "./dist/filter-cross-hatch.js",
"description": "PixiJS filter to apply a cross-hatch black and white effect",
"author": "Mat Groves",
Expand Down Expand Up @@ -32,10 +32,10 @@
"index.d.ts"
],
"peerDependencies": {
"@pixi/core": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@pixi/core": "^7.0.0-X",
"@tools/fragments": "5.0.0"
"pixi.js": "^8.0.0-X",
"@tools/fragments": "8.0.0"
}
}
8 changes: 4 additions & 4 deletions filters/crt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-crt",
"version": "5.1.1",
"version": "8.0.0",
"main": "./dist/filter-crt.js",
"description": "PixiJS filter to apply an effect resembling old CRT monitors",
"author": "finscn <[email protected]>",
Expand Down Expand Up @@ -29,10 +29,10 @@
"index.d.ts"
],
"peerDependencies": {
"@pixi/core": "^7.0.0-X"
"pixi.js": "^8.0.0-X"
},
"devDependencies": {
"@pixi/core": "^7.0.0-X",
"@tools/fragments": "5.0.0"
"pixi.js": "^8.0.0-X",
"@tools/fragments": "8.0.0"
}
}
Loading

0 comments on commit 0d48a40

Please sign in to comment.