mirror of
https://github.com/danbulant/mangui
synced 2026-06-24 17:11:56 +00:00
update readme
This commit is contained in:
parent
0d43e248b1
commit
36065e3221
1 changed files with 5 additions and 0 deletions
|
|
@ -21,3 +21,8 @@ Experimental GUI framework, inspired by DOM.
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Similar to DOM, there are Nodes, which are recursive. They implement a Node trait, which only requires to get styles (for layouting with Taffy), children and a draw function.
|
Similar to DOM, there are Nodes, which are recursive. They implement a Node trait, which only requires to get styles (for layouting with Taffy), children and a draw function.
|
||||||
|
|
||||||
|
## Rusalka
|
||||||
|
|
||||||
|
Experimental 'svelte'-like framework for mangui.
|
||||||
|
Doesn't work very well yet.
|
||||||
Loading…
Reference in a new issue