we can see a quad
This commit is contained in:
parent
612677c52d
commit
ddc0f85805
10 changed files with 261 additions and 140 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# ParadisSO - a minimal 2D rendering engine for
|
||||
|
||||
**ParadiSO** was conceived as a heavily stripped down version of my pixwerx engine. It is a minimalistic 2D graphics engine for educational purposes. It uses modern C++ and a datadriven design, but no ECS.
|
||||
|
||||
## Educational
|
||||
|
||||
* plenty of mix and match of concepts and paradigms to write expressive but concise code
|
||||
* math code is eager evaluation but constexpr to compensate overheads
|
||||
* it hides old-style APIs behind a renovated facade
|
||||
* it leans heavily on the STL and its algorithms
|
Loading…
Add table
Add a link
Reference in a new issue