Fix color blending (component VAO), add config.hpp
This commit is contained in:
parent
1a200205a5
commit
b530f65f38
8 changed files with 65 additions and 17 deletions
30
manifest.md
Normal file
30
manifest.md
Normal 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?
|
||||
Loading…
Add table
Add a link
Reference in a new issue