Real-time post-processing library for Processing.
FIP is a library that allows you to add image-processing / post-processing effects to your Processing sketch.
- 44 Effects
- Hardware Accelerated
- Documented
FIP can be installed through the Processing Contribution Manager, for instructions on installation and usage, head here.
Example sketches are included in the FIP folder.
In accordance with the Processing library guidelines:
- FIP has been tested on Windows 10 and Linux (Raspberry Pi OS) using Processing 4.3.
- FIP has no dependencies.
- Examples are included in the release.
- Source Code
- Keywords: image-processing, post-processing, filters.
- Last update: 25/03/24.
- FIP zip file
I welcome contributions from the community to make FIP better. If you have any suggestions, bug fixes, or new features to add, feel free to create a pull request.
Many of these shaders were adapted from existing solutions in other programming languages, in these cases, the links to the original shaders can be found at the top of each .glsl file.
A list of existing Processing image processing libraries can be found here.