Skip to content

Commit

Permalink
reordered image
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Apr 1, 2017
1 parent 50ae10f commit ee17b66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Processing PostFX
A simple post effects library for processing.

![PFX Example](readme/render-cube-fast.gif)

*Example of the post effects sobel, bloom and toon.*

## Introduction

**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**.

![PFX Example](readme/render-cube-fast.gif)

*Example of the post effects sobel, bloom and toon.*

### Why did I implement it?

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.
Expand Down

0 comments on commit ee17b66

Please sign in to comment.