Update README.md

This commit is contained in:
Daniel Bulant 2024-10-12 22:23:02 +02:00 committed by GitHub
parent ec5b7de1b5
commit 45f896d233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,8 @@
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
- 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
Experimental 'svelte'-like framework for mangui.
Doesn't work very well yet.
Doesn't work very well yet.