fix readme

This commit is contained in:
Hartmut Seichter 2023-10-10 18:05:38 +02:00
parent 5e6630a92d
commit 97697d2d7a
2 changed files with 11 additions and 9 deletions

View file

@ -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)
* [Tim Götzelmann](https://code.technotecture.net/Timeplex) Windows Build
* [Robin Rottstädt](https://code.technotecture.net/robin_rottstaedt) Flappy Bird Clone, Bitmap Loader