KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
amoy-filters
★ 11
Open GitHub ↗
2d filters extension for pixi.js
Download README (.md)
Explore Similar Repositories
tensorflow
:
tensorflow项目实战:21个项目玩转深度学习
GPS-Tracker
:
GPS tracker / send data over TTGO T-Call SIM800 GPRS
multicomplex
:
Multicomplex algebra
boom
:
Operator to deploy a defined toolsets into K8s, think paas but less lock-in
molek-syntez-solitaire-bot
:
Solver bot for solitaire in MOLEK-SYNTEZ
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
amoy-filters
?
Download (.md)
# amoy-filters [](https://travis-ci.org/amoyjs/amoy-filters) Amoy-filters are based on pixijs filter, similar to pixi-filters library, providing rich and common 2D game effects! ## Demo Click [here](https://amoyjs.github.io/amoy-filters/tools/demo/index.html) to interactively play with filters to see how they work. ## Real examples Click [here](https://amoyjs.github.io/amoyjs-filters-examples/examples/index.html) to interactively play with filters to see how they work. ## Doc API Click [here](https://amoyjs.github.io/amoy-filters/docs/index.html) to see how to use it. ## Filters | Filter | Preview | |---|---| | **AmoyPixelVibrationFilter**<br>_@amoy/filter-pixel-vibration_ |  | | **AmoyWiteBlackSketchFilter**<br>_@amoy/filter-white-black-sketch_ |  | | **AmoyFlameFilter**<br>_@amoy/filter-flame_ |  | white-black-sketch.png?v=2) | | **AmoyRainfallFilter**<br>_@amoy/filter-rainfall_ |  | | **AmoyBrokenCamDistortionFilter**<br>_@amoy/filter-broken-cam-distortion_ |  | | **AmoyGameboyStyleFilter**<br>_@amoy/filter-gameboy_ |  | | **AmoyInnerOutlineFilter**<br>_@amoy/filter-inner-outline_ |  | | **AmoyMosaicFilter**<br>_@amoy/filter-mosaic_ |  | | **AmoyLightSweepFilter**<br>_@amoy/filter-light-sweep_ |  | All filters work with PixiJS v5. ## Building Build all filters, demo and screenshots by running the following: ```bash npm run build ``` Build single filter by running the following: ```bash npm run build:prod -- --scope "@amoy/filter-flame" ``` Build multiple filters where scope is a glob expression: ```bash npm run build:prod -- --scope "{@amoy/filter-light2d,@amoy/filter-mosaic}" ``` Watch all filters (auto-rebuild upon src changes): ```bash npm run watch ``` Build all filters in dev-mode (un-minified): ```bash npm run build:dev ``` Thanks [PIXI FILTERS](https://github.com/pixijs/pixi-filters) .