forked from Hartmut/paradiso
fix readme
This commit is contained in:
parent
5e6630a92d
commit
97697d2d7a
2 changed files with 11 additions and 9 deletions
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.
|
||||
|
||||
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue