From 97697d2d7aa9f714786db95b80a9a3c707d5cfc4 Mon Sep 17 00:00:00 2001 From: Hartmut Seichter Date: Tue, 10 Oct 2023 18:05:38 +0200 Subject: [PATCH] fix readme --- README.de.md | 9 +++++---- README.md | 11 ++++++----- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.de.md b/README.de.md index 1b90222..e9f89f6 100644 --- a/README.de.md +++ b/README.de.md @@ -1,4 +1,4 @@ -# ParadisSO - eine minimale 2D-Grafikengine +# ParadiSO - eine minimale 2D-Grafikengine **ParadiSO** wurde als stark abgespeckte 2D-Version meiner `pixwerx`-Engine konzipiert. *ParadiSO* verfolgt einen minimalistischen Ansatz für 2D-Grafik zu Bildungszwecken. Es verwendet modernes C++ und ein datengetriebenes Design, jedoch keine ECS (Entity Component System). @@ -22,8 +22,9 @@ ParadiSO wird mit den notwendigen Komponenten geliefert. Diese sollte jedoch hie - [GLFW 3.3.8](https://github.com/glfw/glfw) - [GLAD](https://github.com/Dav1dde/glad) +- [STB image](https://github.com/nothings/stb) -## Zuarbeiten +## Beiträge -* [Tim Götzelmann](https://code.technotecture.net/Timeplex) -* [Robin Rottstädt](https://code.technotecture.net/robin_rottstaedt) \ No newline at end of file +* [Tim Götzelmann](https://code.technotecture.net/Timeplex) Windows Build +* [Robin Rottstädt](https://code.technotecture.net/robin_rottstaedt) Flappy Bird Clone, Bitmap Loader \ No newline at end of file diff --git a/README.md b/README.md index 6c3929a..ff66b09 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ParadisSO - a minimal 2D graphics engine +# ParadiSO - a minimal 2D graphics engine **ParadiSO** was conceived as a heavily stripped down 2D version of my `pixwerx` engine. *ParadiSO* mimics a minimalistic approach to 2D graphics for educational purposes. It uses modern C++ and a data-driven design, but no ECS. @@ -20,10 +20,11 @@ Because this engine should show some patterns and design concepts it tries to av ParadiSO comes with batteries included. However, it should be mentioned here: -* [GLFW 3.3.8](https://github.com/glfw/glfw) -* [GLAD](https://github.com/Dav1dde/glad) +- [GLFW 3.3.8](https://github.com/glfw/glfw) +- [GLAD](https://github.com/Dav1dde/glad) +- [STB image](https://github.com/nothings/stb) ## Contributors -* [Tim Götzelmann](https://code.technotecture.net/Timeplex) -* [Robin Rottstädt](https://code.technotecture.net/robin_rottstaedt) \ No newline at end of file +* [Tim Götzelmann](https://code.technotecture.net/Timeplex) Windows Build +* [Robin Rottstädt](https://code.technotecture.net/robin_rottstaedt) Flappy Bird Clone, Bitmap Loader \ No newline at end of file