Fix color blending (component VAO), add config.hpp

This commit is contained in:
Corentin 2021-07-17 01:39:11 +09:00
commit b530f65f38
8 changed files with 65 additions and 17 deletions

30
manifest.md Normal file
View file

@ -0,0 +1,30 @@
# UUI : micro UI Toolkit
* C++ + Vulkan/OpenGL
* Python binding
* Ease of use : safe and good semantic
* Let custom rendering
## Technical
* minimum ressource : CPU/memory
* minimum redraw
* core profile : no immediate mode
* Object based
* Init/Render lambda
* Opengl context
## Layout / Style
* Constraint based? padding/margin?