diff --git a/README.md b/README.md index 679c0bb..018be02 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Doesn't work very well yet.