Skip to content

Commit ee17b66

Browse files
committed
reordered image
1 parent 50ae10f commit ee17b66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Processing PostFX
22
A simple post effects library for processing.
33

4-
![PFX Example](readme/render-cube-fast.gif)
5-
6-
*Example of the post effects sobel, bloom and toon.*
7-
84
## Introduction
95

106
**PostFX** is a simple post effects library for processing. Post effects are applied to the whole scene after it was rendered, to enhance the scene with some special effects. For example the [bloom effect](https://en.wikipedia.org/wiki/Bloom_(shader_effect)) helps to simulate the light diffusion to be more **realistic**.
117

8+
![PFX Example](readme/render-cube-fast.gif)
9+
10+
*Example of the post effects sobel, bloom and toon.*
11+
1212
### Why did I implement it?
1313

1414
There are a lot of tutorials which help you to implement a bloom filter in OpenGL (e.g. [Learn OpenGL - Bloom](https://learnopengl.com/#!Advanced-Lighting/Bloom)). But for **[processing](https://processing.org/)** I could not find one that is as performant as I needed in my `P3D` renderings.

0 commit comments

Comments
 (0)