From e71ae189fbe7bb23abd0828401957f9a869e5a9b Mon Sep 17 00:00:00 2001 From: Alexis Maiquez Date: Wed, 1 Sep 2021 02:05:24 +0200 Subject: [PATCH] + added some special thanks to the readme.md Signed-off-by: Alexis Maiquez --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09ba51c..5b5ff4c 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,8 @@ To reduce the performance hit to your system you can reduce (or increase) the FP ###### Example background This was the first background to even be compatible with the software. And It's not 100% compatible yet. Both textures and shaders are properly loaded, but there are still particles missing. -![example](docs/images/example.gif) \ No newline at end of file +![example](docs/images/example.gif) + +# 6. 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