From 45f896d23352e085c83e26e15f74c79a9301f52b Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sat, 12 Oct 2024 22:23:02 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.