mirror of
https://github.com/danbulant/mangui
synced 2026-07-06 11:20:34 +00:00
Update README.md
This commit is contained in:
parent
ec5b7de1b5
commit
45f896d233
1 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
Experimental GUI framework, inspired by DOM.
|
Experimental GUI framework, inspired by DOM.
|
||||||
|
|
||||||
|
Most likely abandoned in favor of [cushy](https://github.com/khonsulabs/cushy) - it has a nice reactive model that just works, uses wgpu (more platforms than opengl) and doesn't need weird styling like here.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- uses Taffy for layouts - Grid and Flexbox support
|
- uses Taffy for layouts - Grid and Flexbox support
|
||||||
|
|
@ -25,4 +27,4 @@ Similar to DOM, there are Nodes, which are recursive. They implement a Node trai
|
||||||
## Rusalka
|
## Rusalka
|
||||||
|
|
||||||
Experimental 'svelte'-like framework for mangui.
|
Experimental 'svelte'-like framework for mangui.
|
||||||
Doesn't work very well yet.
|
Doesn't work very well yet.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue