diff --git a/README.md b/README.md index 73666c6..71d4d38 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,11 @@ This was the first background to even be compatible with the software. And It's ![example](docs/images/example.gif) +###### 1845706469 +In similar fashion to the example background, this one represents the progress of the program. It leverages FBOs (targets), and multiple-effects over objects. + +![example2](docs/images/example2.gif) + # 7. Special thanks - [RePKG](https://github.com/notscuffed/repkg) for the information on texture flags - [RenderDoc](https://github.com/baldurk/renderdoc) for the so helpful OpenGL debugging tool that simplified finding issues on the new OpenGL code. Seriously this tool ROCKS diff --git a/docs/images/example2.gif b/docs/images/example2.gif new file mode 100644 index 0000000..492e5e2 Binary files /dev/null and b/docs/images/example2.gif differ