fix readme
This commit is contained in:
parent
5e6630a92d
commit
97697d2d7a
2 changed files with 11 additions and 9 deletions
|
@ -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).
|
**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)
|
- [GLFW 3.3.8](https://github.com/glfw/glfw)
|
||||||
- [GLAD](https://github.com/Dav1dde/glad)
|
- [GLAD](https://github.com/Dav1dde/glad)
|
||||||
|
- [STB image](https://github.com/nothings/stb)
|
||||||
|
|
||||||
## Zuarbeiten
|
## Beiträge
|
||||||
|
|
||||||
* [Tim Götzelmann](https://code.technotecture.net/Timeplex)
|
* [Tim Götzelmann](https://code.technotecture.net/Timeplex) Windows Build
|
||||||
* [Robin Rottstädt](https://code.technotecture.net/robin_rottstaedt)
|
* [Robin Rottstädt](https://code.technotecture.net/robin_rottstaedt) Flappy Bird Clone, Bitmap Loader
|
11
README.md
11
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.
|
**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:
|
ParadiSO comes with batteries included. However, it should be mentioned here:
|
||||||
|
|
||||||
* [GLFW 3.3.8](https://github.com/glfw/glfw)
|
- [GLFW 3.3.8](https://github.com/glfw/glfw)
|
||||||
* [GLAD](https://github.com/Dav1dde/glad)
|
- [GLAD](https://github.com/Dav1dde/glad)
|
||||||
|
- [STB image](https://github.com/nothings/stb)
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
* [Tim Götzelmann](https://code.technotecture.net/Timeplex)
|
* [Tim Götzelmann](https://code.technotecture.net/Timeplex) Windows Build
|
||||||
* [Robin Rottstädt](https://code.technotecture.net/robin_rottstaedt)
|
* [Robin Rottstädt](https://code.technotecture.net/robin_rottstaedt) Flappy Bird Clone, Bitmap Loader
|
Loading…
Add table
Add a link
Reference in a new issue