forked from Hartmut/paradiso
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).
|
||||
|
||||
|
@ -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)
|
||||
* [Tim Götzelmann](https://code.technotecture.net/Timeplex) Windows Build
|
||||
* [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