From 6096981136e64775aba05b2580354ec9f1871159 Mon Sep 17 00:00:00 2001 From: Alexis Maiquez Date: Wed, 1 Sep 2021 02:31:50 +0200 Subject: [PATCH] ~ more updates to readme Signed-off-by: Alexis Maiquez --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b5ff4c..bda029c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 1. Disclaimer -**This is an educational project**. Our main focus is to learn how Irrlicht Engine works and provide examples of usage of as much aspects of it as possible. We are not responsible for what others do with the source code downloaded from this project. +**This is an educational project**. Although the project started as a learning exercise on the Irrlicht Engine, it has kind of turned into an OpenGL one instead due to limitations and issues with Irrlicht (most likely caused by my limited experience with graphics programming). Turns out working directly with OpenGL is not as hard as I thought. For more information on the project's license, check [LICENSE](LICENSE). # 2. What is this project all about? This projects aims to reproduce the background functionality of Wallpaper Engine on Linux systems. Simple as that.